On 6/19/05, nhadie ramos <[EMAIL PROTECTED]> wrote:
One of our clients are blocking that e-mail, how can I send the form
using a real e-mail?
edit your php.ini file and find the following:
sendmail_from = [EMAIL PROTECTED]
sendmail_path = /usr/sbin/sendmail
sendmail_path = /usr/sbin/sendmail
change [EMAIL PROTECTED] to a real email e.g. [EMAIL PROTECTED]
AND
change your form script mail() to:
mail($mailto,$subject,$content,"From: [EMAIL PROTECTED]");
hth,
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

