yandoo Posted November 29, 2012 Share Posted November 29, 2012 Hiya, so I'm in danger of sound like a proper noob here but I'm testing a php script that enables a user to enter their email address to subscribe to a free news letter. The thing is the website is not yet live and i wanted to quickly test it to see if it is working and how it looks. I need to edit the information: [email protected] and at this stage all i have is my own personal email address "[email protected]". The email is never sent through.. This makes me assume it will only work with a proper www address is that right? If so is the a real quick way I can test this without need to set this up at this stage??? Thank you kindly Link to comment https://forums.phpfreaks.com/topic/271341-quick-question-regarding-php-send-email-detail-script/ Share on other sites More sharing options...
MDCode Posted November 29, 2012 Share Posted November 29, 2012 php mail() function does not require www. I suggest checking your logs to see why it failed. Link to comment https://forums.phpfreaks.com/topic/271341-quick-question-regarding-php-send-email-detail-script/#findComment-1396152 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.