cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot send Email : Failing Mail Event Daemon

Former Member
0 Kudos

Hi,

I am new to E-sourcing. We are trying to configure mail server under enterprise context. We provided the following under Configuration -> system properties.

messaging.smtp.mailhost

messaging.smtp.password

messaging.smtp.port

messaging.smtp.username

But the mail server is requiring to use TLS as it is over SSL.

I get the following error in the Background Task monitor.

Log Level: ErrorTimestamp:10/24/11 4:04 PM (EDT)

Session ID:event_mail_message_checkUser:

daemonDescription: Schedule Mail Event

DaemonMessage: Cannot send message to:Description of document

Description: 530 5.7.0 Must issue a STARTTLS command first

Has anyone come across this issue.

In general application servers have option to specify TLS in mail server like

props.put("mail.smtp.starttls.enable","true");

Is there any way to configure to send it using TLS.

Thanks,

chinni

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I tried to use Relay to fix the issue.

Thanks.

Former Member
0 Kudos

E-Sourcing experts, Any inputs?