I don't know if it is possible or if it has already been asked. But here's my problem. I would like to send a mail to multiple address, and display in the mail, the mail address and some account information according the email address (not only the name).
Ex: I send an email to john@gmail.com, jack@gmail.com & luke@gmail.com.
John will see "Hello John, ...", Jack will see "Hello Jack, ...", ...
Is it possible to do it by sending a single mail? Or do I need to send 1 mail by account?
PS: I don't know if it can help, but I user PHPMailer.