Hello,
PHP sends the confirmation email, but this is not working for me. Any help is appreciated . Thanks in advance
Here is my code
Code:
/ / Prepare the mail
$ rec=$ Var_courriel;
$ subj="Confirmation of your eng ...";
$ Msg="Hello var_civilite t $ t $ var_nomn";
$ Msg.="E-mail: t $ var_courrieln";
$ Msg.="Thank you for registering on our mailing list. You are now part of this vast réseaunn";
$ Msg.="This is an automated email, please do not respond.";
$ Mailheaders="From: toto.com <> n";
/ / Echo $ msg;
/ / exit ();
/ / Send mail
Mail($ rec, $ subj, $ Msg, $ Mailheaders);
)?>
Bookmarks