laozing Posted October 22, 2009 Posted October 22, 2009 I ask this as my forum is still unable to send email validations. What should I do (Yeah I given up on smtp.) btw I used a very simple php email script like this: <?php $to = "****@gmail.com"; $subject = "Test Mail"; $message = "Hello world!"; $headers = "From: ****@*****"; mail($to, $subject, $message, $headers); echo "The email was sent"; ?> and it works but its not working for my Invision Power Board (its unable to do the email validtion when someone registers.) Can anyone help me? Quote
Mokothemonkey Posted October 31, 2009 Posted October 31, 2009 I ask this as my forum is still unable to send email validations. What should I do (Yeah I given up on smtp.) btw I used a very simple php email script like this: <?php $to = "****@gmail.com"; $subject = "Test Mail"; $message = "Hello world!"; $headers = "From: ****@*****"; mail($to, $subject, $message, $headers); echo "The email was sent"; ?> and it works but its not working for my Invision Power Board (its unable to do the email validtion when someone registers.) Can anyone help me? Try putting this is the "Website Managment & Coding" Section of the site - that's where the coding help can be found Quote
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.