Not able to add email domain or email account,
We have a custom domain and custom smtp server which runs outlook.
This is the what it is showing
Please help me to solve this error.
Not able to add email domain or email account,
We have a custom domain and custom smtp server which runs outlook.
This is the what it is showing
Its not based on MS-365
How are you configuring it? You can share images
I have server Ip and port number.
Only these details are shared by the IT team.
Telnet with the server work shows a connection established.
I and return this string.
Note we have a custom exchange server on which Outlook works,
We are not using Microsoft Office 365 or any other service.
Update:
as mentioned by @max_morais_dmm I tried using smtp lib and it was able to successfully send the mail.
Which ports are you using?
Port 25
You are using domain or IP.
In Incoming Server and Outgoing Server you are using
Same IP & Port for Both Incoming and outgoing.
To send mail you must have a domain name.
You cannot add the same port in incoming and outgoing.
Incoming
If it is POP3 the port is 110
If SMTP the port is 993
Outgoing
The port is 25, 465 if you use SSL and 587 if you don’t use SSL.
Can this be done on ERPNext V12?
I think, @Thomas_Stocco, the feature is available in version 12.
Please go to the Email Domain and check it.
I hope this helps.
Thank You!