E-mail mailing list PHP SMTP yandex

Greetings!

There is a database of 140k email addresses. It is necessary to send a single email containing several links to new projects on the same site to all these addresses within a month (or a week).

At the moment, it is possible to send emails using PHP via smtp.yandex.ru. I think to send no more than 3k emails per day - 125 per hour.

What can you advise about this? Maybe someone has experience in E-mail marketing and mailing lists?

Services are welcome.

Thanks.

Author: Oleg, 2012-12-24

2 answers

Look at the Amazon SES. It's a good thing you're not in a hurry: you'll fit in with their daily dispatch quota growth rate.

Technically, you will also send by email, but not to Yandex SMTP, but to the Amazon API. With much better deliverability.

 4
Author: Sergiks, 2012-12-25 11:15:55

Mailing list email

There are a lot of services that can send out soap. See read reviews-you use it. Plus, almost all of them give test accounts a stripped-down account.

On Yandex, your idea will not work, just like on any other free mailer - it will cut the flow after the first few clones.

P.S. Naturally, all mailing services allow you to send an email only to those who really want to receive it)))

 1
Author: SilverIce, 2012-12-25 14:59:17