blackducksoftware / notifiers

Unsupported Implementation: The notifiers project contains two utilities for alerting users to conditions within a Protex project that indicate the need to take action. Current supports JIRA and Email notifications.
GNU General Public License v2.0
1 stars 0 forks source link

Fails to send email #3

Open junsulee opened 8 years ago

junsulee commented 8 years ago

I've got below error using email notifier.

com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. c9sm2851132pfd.90 - gsmtp

It seems that i need to turn on security option but there's no functionalities to set for now. FYI. I am using gmail server ( smtp.gmail.com ) to test this.

stavvy-akamen commented 8 years ago

We have not tried this with gmail, are you able to get this working using a corporate mail server?

junsulee commented 8 years ago

@akamen Yes, but I've got another message regarding port. I think we need to add optional property value to set the port, security options and so on.