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?
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now