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
 
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,
 
--
-- aj
~~~~~~~~
pusit.friendster.com
phpugph.com
techhive.net
 
 

 
 

_________________________________________________
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

Reply via email to