RazzleDazzle Posted July 19, 2011 Share Posted July 19, 2011 I have mostly followed a tutorial, as I am only a beginner with PHP...I want the 'user' to sign up with their email. Then they automatically receive an email from us about our company. The email address is also going to be saved in a mySQL database. So far I have been able to save the data but I can not get the code to send an email to the 'user' email address... Any suggestions...?? FYI I have changed my password in the code so I'm not hacked, that is not what's wrong with my code Thank you [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/242376-help-me-finish-email-signup-please/ Share on other sites More sharing options...
Cineex Posted July 19, 2011 Share Posted July 19, 2011 dose the send_email function return true ? i.e do you get "Thanks for signing up. Please check your email for confirmation!" When you try it ? Quote Link to comment https://forums.phpfreaks.com/topic/242376-help-me-finish-email-signup-please/#findComment-1244906 Share on other sites More sharing options...
IrOnMaSk Posted July 22, 2011 Share Posted July 22, 2011 so i can't download your source.zip file. Sounds like the problem is with the mail function. If you just show the mail function code in your message, I problem can help. Another thing is to make sure that you have a mailserver enable either in your php.ini or in the mail function itself. Quote Link to comment https://forums.phpfreaks.com/topic/242376-help-me-finish-email-signup-please/#findComment-1246349 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.