Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $pagename = array_pop(explode("/", $_SERVER['PHP_SELF']));
  2. ini_set('SMTP','localhost');
  3. ini_set('sendmail_from', 'info21232@demo.com');
  4. ini_set('smtp_port',25);
  5.  
  6. $adminemailid = "demo175271@gmail.com,demo175272@gmail.com,demo175273@gmail.com";
  7. @mail($adminemailid, "Enquiry Form", $message, $headers);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement