rchill 0 Report post Posted December 19, 2004 Please help me, cuz I dont know how to configure my email so that when I use the PHP function, mail(), My default mail will appear on the "from:" field... everytime i use the mail function, <nobody@panda.unixbsd.info> appears on the sender.. how do change that field?thanx... Share this post Link to post Share on other sites
Homer 0 Report post Posted December 22, 2004 you Might Try Editing The PHP Coding, See If That E-mail Adress Shows up in the Coding Of Your Site, And Change it to yours.Or If Your using PHP Nuke, Go Into To The " Preferences " In The Admin Panel, and set your e-mail there.- Good ideas- Never Tested Share this post Link to post Share on other sites
cryptwizard 0 Report post Posted December 22, 2004 You can't get away here without knowing some basic SMTP.Normally, you would set the Return-Path, however, since you are using the mail function, you would put From: <where@ever.it.is> in front of the message body.Hope that helps. Share this post Link to post Share on other sites
rchill 0 Report post Posted January 3, 2005 ok.. thanx for the help guys.. Share this post Link to post Share on other sites
rchill 0 Report post Posted January 3, 2005 a big help from you guys, now I figured it out... the "From" is just an additional parameter after the message body......... thanks a lot.... Share this post Link to post Share on other sites