Answer the question
In order to leave comments, you need to log in
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
Or is it better to use something else?
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 questionAsk a Question
731 491 924 answers to any question