Hi all,
I write a web application with a module can send mail to specific mail address using JAVAMAIL . I test my SendMail.java which has sendEmail() function with command line ../java SendMail and it run OK. But when I call sendEmail() from my web page it throw out ERROR: javax.mail.SendFailedException: Invalid Addresses.
I don't know why? Do you have any idea about it ?
Thanks!