Sending mail error, javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;

Error is self explainatory: javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; You have no SMTP server on localhost, but you configure it there : So you must: either configure a local SMTP server as a relay on your local system (Postfix or sendmail are two well knows servers) of configure a dummy server that simply … Read more