cancel
Showing results for 
Search instead for 
Did you mean: 

Send email exception

kavi
Champ in-the-making
Champ in-the-making
Hi ,

I have set my email settings in activiti.config.xml file.
Now when i try to send email using service task i am getting the error as shown in the file..
When i checked in tomcat the issue shows
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. c1sm7690759wam.7
How to configure my smtp server? Is it the problem with smtp server or some other.
If so, which smtp server settings works fine?
Why is it so? FYI: I tried to send mail using gmail smtp server.

Thanks
Kv
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor

smirzai
Champ on-the-rise
Champ on-the-rise
HI
This fix might help: http://jira.codehaus.org/browse/ACT-1350

you just need to set mailServerUserSSL to true.

– Saeid