Hey guys,
in the phpmailer (http://phpmailer.sourceforge.net/) documentation it is mentioned, that the class can work with virtually any MTA provided.
How do I do use ANY MTA though?
Can I just modify the corresponding variable in the class and replace the (standard) sendmail path with the path for postfix for example?
Does the class need a sendmail wrapper with all MTAs to work?
Another way of sending mails with this class is SMTP of course.
I thought about using several SMTP-Servers at once for load-balancing while sending...but what if these servers have diffrent passwords and usernames...the class does not cover this issue, does it?
Thanks for your help![]()
Cheers, Florian





Bookmarks