Jump to content

Recommended Posts

Posted

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?

  • 2 weeks later...
Posted
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 ;)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...