cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
lehaofeng
Level V

How to use mail()

Thanks!
I have a problem with the mail(),when using it ,it turns out this error.
 
Names Default To Here( 1 );
Mail( "lehaofeng@163.com", "revelation", "JMP is great.", "$SAMPLE_DATA/Big Class.jmp" );
 
How to solve it, I suspect the windows has not set well, But I dont know what is.
Screenshot 2024-07-18 224231.png

 

Screenshot 2024-07-18 224146.png

 

 

2 REPLIES 2
stan_koprowski
Community Manager Community Manager

Re: How to use mail()

Hi @lehaofeng 
Do you have a default email client installed and configured properly to send email?
It appears JMP cannot locate an email client.

 

cheers,

Stan

lehaofeng
Level V

Re: How to use mail()

Thank you, I tried that and it still failed, maybe something is wrong.

I will try something else.