I believe this question has been asked before, but I haven't found the
solution to it.
I've given up on the php mail() function (doesn't work fast enough for
sending large amounts of HTML mails).
Instead, I'd like to throw all my mails into the mail queue. I'm running
sendmail on freeBSD and imagine that I should be able to use the exec()
command.
Anyone has an idea?
Thanks in advance.
--
bonfils
solution to it.
I've given up on the php mail() function (doesn't work fast enough for
sending large amounts of HTML mails).
Instead, I'd like to throw all my mails into the mail queue. I'm running
sendmail on freeBSD and imagine that I should be able to use the exec()
command.
Anyone has an idea?
Thanks in advance.
--
bonfils
Comment