![]() |
|
| |||||||
| Notices |
| mySQL & PHP Discussions, information and help with mySQL and PHP. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
Hi, I am confused. I am using the following script to send out email by PHP. It shows 'Success' but NO Email. What am I doing wrong ? What other way is there to send out email by a script (Any language supported will do) Code - mail.php --------------- <? $result = mail("s.rana@spymac.com", "the subject", "Line1\r\nLine2", "From: rana@qmsys.info\r\n" ."Reply-To: s.rana@spymac.com\r\n" ."X-Mailer: PHP/" . phpversion()); if ($result == TRUE) echo "Success"; else echo "Failed"; ?> -End of Code- Sanjeev Rana |
|
#2
| ||||
| ||||
|
please visit the below thread to learn more about sending out email. http://www.vodahost.com/vodatalk/sho...ighlight=forms
__________________ VodaHost Your Website People! 1-302-283-3777 North America / International 07092887580 / United Kingdom Military Ranking System Explained Click Here to take the royal VodaHost Tour Click Here for the VodaHost Help Centre & Tutorials Got a question? - Try a forum search! Available at the top of every page! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| embedding RSS Feed via PHP | wgreene | mySQL & PHP | 4 | 05-20-2008 03:06 AM |
| how do i insert php? | GiGoLo | mySQL & PHP | 1 | 11-19-2005 12:04 PM |
| Please help with PHP / SQL | alexw | mySQL & PHP | 2 | 11-16-2005 02:31 AM |
| How to configure outlook to send | pet121 | General Support Issues | 4 | 11-01-2005 02:42 PM |
| PHP error | emagine | mySQL & PHP | 1 | 09-07-2005 12:58 PM |