How can I send email with SMTP and SSL/TSL #1510
Answered
by
mdobydullah
mdobydullah
asked this question in
Help with using Postal
-
Hello. Currently, I can send email with SMTP (port 25). I tested with https://www.smtper.net. It works. Now I want to send email with SSL/TSL (465 or 587). How can I do it? I've installed SSL and changed port 25 to 587/465 in postal config file but doesn't work. Mail server fails to send if I tick "Use Secured Connection" on https://www.smtper.net. From postal admin panel, if I send email from "send message" page, it sends with SSL. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
mdobydullah
Jul 30, 2021
Replies: 1 comment 7 replies
-
I got the solution. You can check these issues: Thanks. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
mdobydullah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got the solution. You can check these issues:
#1512 (comment)
#1511
Thanks.