G
G
gerrrper2014-09-26 12:42:00
Yii
gerrrper, 2014-09-26 12:42:00

Yii2 how to make an email newsletter?

On Yii2, I need to do an email campaign. There are not many addresses yet, about 100 approximately.
Is it possible to send mail using yii\swiftmailer\Mailer ?
Or is it better to use something else?
And how to make a mailing to several addresses at once - not to send letters in a cycle?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2014-09-26
@gerrrper

Or is it better to use something else?

mailchimp.com
Generally it is better to send in a cycle. Emails with multiple recipients are more likely to end up in spam. In general, there is a bunch of everything that needs to be configured so that letters do not fall into spam.

M
melnikov_m, 2014-09-30
@melnikov_m

If in the future there will be a lot of letters - 1000 or more. Mail servers of hosters can begin to enter "sanctions". There is an option to push letters, for example, into redis or memcached, and from there, using the key, pull out 200-300 letters at a time with a cron and send them. Get a kind of mail queue

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question