Answer the question
In order to leave comments, you need to log in
What are the email sending services?
There is a web service and a forum from which you want to send messages, and even so that they do not fall into spam. What email service do you recommend? It would be desirable to be able to send via SMTP.
From what I found myself -
www.mailgun.com
aws.amazon.com/ses
Answer the question
In order to leave comments, you need to log in
In order for messages not to fall into spam, it is better not to use sending services. Register a mailbox on a public server that supports SMTP and send through this server from the registered address. Even better, but more difficult, is to deploy your own mail server.
It is very easy to send via SMTP via PHPMailer
The library is very simple and convenient.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question