Email notification error
Hi,
We have installed Youtrack 3.3. We are not receiving email notifications and following is the error in the logs, as well as in the "test email settings" section.
Can't send email to rudrajyotib@gmail.com. Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 25; nested exception is: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
Can anyone help, please?
Thanks,
Rudra
We have installed Youtrack 3.3. We are not receiving email notifications and following is the error in the logs, as well as in the "test email settings" section.
Can't send email to rudrajyotib@gmail.com. Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 25; nested exception is: java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
Can anyone help, please?
Thanks,
Rudra
Please sign in to leave a comment.
according to Gmail FAQ you should use one of next combination of protocol/port:
Port for TLS/STARTTLS: 587
or
Port for SSL: 465
Regards,
Sergey Andreev.