Forum: JSP Oct 25th, 2008 |
| Replies: 0 Views: 1,564 Hi, I successfully send email with the following code in English. However, if the message and the subject title are in other characters, everything becomes question marks and the subject title says... |
Forum: JSP Oct 25th, 2008 |
| Replies: 4 Views: 1,563 Thanks, since the issue is not solved I turned to re-write the code in JavaMail. I found the following lines on web and it works. The only problem is that it can't send in non-ascii characters like... |
Forum: JSP Oct 22nd, 2008 |
| Replies: 4 Views: 1,563 Hi, my jsp page uses sun.net.smtp.SmtpClient to send email. It worked fine until the hosted location was moved to another server. Now it generates the sun.net.smtp.SmtpProtocolException and the... |