| "email gallery link to friend" and php
With vBulletin, they provide a workaround and alternate to the simple php mail() that allows for their own mail to function without a binary copy of sendmail (or clone) for delivery of messages. (It still requires a mail server or SMTP relay.)
I see in source that you use php's mail() which required some sort of sendmail for sending mail. Is this the only mail delivery option that you support at this time? Do you have any plans to include php-only Mail Clients that don't need extra apps like sendmail in the local install?
Thanks in advance.
Last edited by dc_pitascii; September 8th, 2006 at 04:57 AM.
|