: Can someone tell me that how can i send mail from php script??
: Thanks and regards,
: Zain Bhimani
:
Before you can use the mail() function you certainly need to have a look at php.ini and make some changes.
Look up these fields and set them up to the correct values.
SMTP = ( something like mail.company.com )
sendmail_from = ( Just like the from: field in your third party email )
That should be it.
[Iron sharpens iron.] JuDorSh