Setup Account in Email Connector module

0
Hello All, I have to set up the account in email connector module  the SMTP  details I received with no Auth and NO SSL/TLS  while adding the details I am getting SMTP error  Email_Connector: Failed to connect to email server. : smtp
asked
2 answers
0

Are you able to debug from the other end? The admin of the mail server might have a clue what is happening here. If it failed to connect to the server a firewall might be the cause of the problem.

Regards,

Ronald

 

 

answered
0

Hi Harshad,

 

I want to point out a great tool, Papercut (opensource), you can install on your local client that acts as an SMTP server. It allows you to read all the emails you send out directly. The mail will not arrive at the destination, and it helps to develop email communication and test it fast. When setting up the Email Connector and it asks for a password, you can fill in any password, but you can not leave it empty.

 

https://github.com/ChangemakerStudios/Papercut-SMTP

 

It will help you to continue making your app and get the authorization details and protocols for your SMTP server from your admins later.

 

Go Make It

answered