I would create a php newsletter script with SwiftMail 4.1.1 but I have only founded the wiki for Swift v.3 at http://swiftmailer.org/wikidocs/v3/sending/batch
For Swift 4.1.1 there isn’t wiki http://swiftmailer.org/wikidocs/v4/start
How can I do with for Swift v.4? The same code for v.3 is not working.
Thanks a lot.
Ok as per your request –
If you want to send emails in a batch
As per latest documentation at
http://swiftmailer.org/docs/sending.html
Sending Emails in Batch¶
If you want to send a separate message to each recipient so that only their own address shows up in the To: field, follow the following recipe:
Using batchSend() – which I am not sure if is available in in your required version or not?
I hope it helps.