hello, so here I have a little problem with my script which sends mail it gives tite not the subject I have in my script but www-data@kimsufi.com code here if you can help me thank you bocoup
PHP Code:
$ Adresse_dest = "$ email";
$ Subject = "Account SoGames Multigaming";
$ Contenue_message = "Your account information from your Menber SoGames multigaming: \ n".
"Client Login". $ Login. "\ N".
"Customer Name". $ Name. "\ N".
"Customer First". $ Firstname. "\ N".
"Email Client". $ Email. "\ N".
"Password:". $ _POST ['Pwd']. "\ N".
"Thank you for registering on our site SoGames Multigaming \ n" .
"Http://www.sogames-multigaming.fr/ \ n".
$ Adresse_exp = "";
$ Success = mail ($ adresse_dest, $ subject, $ contenue_message, $ adresse_exp);
Last edited by NullPointer; 11-15-2010 at 01:09 AM..
|