Jump to content

serious email issues.


laozing

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...