V
V
Valentine2014-01-16 21:08:54
PHP
Valentine, 2014-01-16 21:08:54

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

4 answer(s)
W
Webtun, 2014-01-16
@gephaest

mailgun is not bad

S
Sergey Sokolov, 2014-01-16
@sergiks

Mandrill (transactional email service from MailChimp)

R
Rsa97, 2014-01-16
@Rsa97

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.

Y
Yakov Akulov, 2014-01-21
@jakulov

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 question

Ask a Question

731 491 924 answers to any question