- Original Message -
From: "David Tulloh" <[EMAIL PROTECTED]>
To: "Gustav Wiberg" <[EMAIL PROTECTED]>
Cc: "PHP General"
Sent: Monday, September 19, 2005 8:19 AM
Subject: Re: [PHP] Mail-format...
It looks like somebody is trying to launch an
It looks like somebody is trying to launch an e-mail injection attack.
Looking at your code, I don't think you are vulnerable.
You can read more about e-mail injection at
http://securephp.damonkohler.com/index.php/Email_Injection
You could also send nasty e-mails to [EMAIL PROTECTED], telling
Hi there!
I wonder why I get get these kind of mails (look down below in this mail) I
recieve them sometimes...
...I have a code like this...
$name = $_POST["frmNamn"];
$email = $_POST["frmEpost"];
//Send mail that there is a new member
//
mail("[EMAIL PROTECTED]","Ny medlem - Stammis Interne
I have a number of field entries that I am trying to send through to the
body of an email.
How can I format the mail() command to send these multiple fields.
EG $name, $address, $comments. All to go into the body of an email.
Cheers
--
PHP General Mailing List (http://www.php.net/)
To unsub
4 matches
Mail list logo