Jump to content

php mail problem


mrjameer

Recommended Posts

hi,

iam using the following mail function.
code is..

mail($new_email, _new_subject,_new_mobile."$new_mobile", _new_conftext."\n\n$buildlink", "From: $adminmail");


1.$new_email-to address
2._new_subject--subject(it is constant value)
3._new_mobile--mobile(constant)
4._new_conftext."\n\n$buildlink"--confirmation text with some link to activate his account
5.from--my email id

the mail is working with localhost but when i upload the script to my web site it is not sending mail.i checked all the things.but still it's not working.in my php script some cgi coding is used..

please give me any suggestion.

thanks
mrjameer

Link to comment
https://forums.phpfreaks.com/topic/29557-php-mail-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.