Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. MAILER-DAEMON@yahoo.com
  2. To
  3. *@yahoo.com
  4. Today at 3:23 PM
  5. Sorry, we were unable to deliver your message to the following address.
  6.  
  7. *@yahoo.com:
  8. BADREQUEST: Invalid or Missing message body or multiparts
  9.  
  10. --- Below this line is a copy of the message.
  11.  
  12. Received: from [127.0.0.1] by smtp210.mail.bf1.yahoo.com with NNFMP; 10 Oct 2017 12:23:25 -0000
  13. X-Yahoo-Newman-Id: 800524.92977.bm@smtp210.mail.bf1.yahoo.com
  14. Message-ID: <800524.92977.bm@smtp210.mail.bf1.yahoo.com>
  15. X-Yahoo-Newman-Property: ymail-3
  16. X-YMail-OSG: Xagxf00VM1ks5RyuD2Vlld2LWq0AXK0H1YBHdlW7dJeUgF.
  17. w_rEwAv5jz8rzd4cfk9khm8QN8uFbsaICWVuF4pu1WbgxgniuWGclP.mxfYy
  18. LwnYzvCYM.VYUMsCOlwWU2vTZvxpBKbaKKpwqMSeNUNfF0vkScFcSRPGGj2_
  19. oSNFHJmwzlkNQXtpDr4odI84Z.fqG8zIFShc16ClYSVOCnqy4rSMgX2j4Mwy
  20. nDdrOeTitfV8vOCQO5xgWlSymLdrcF9H5DWDDb0nn1wSiJLX6IwkMWRNGc82
  21. IWma8Vdq_CCEVsmtOIxuvURWom1yh8XjYQZaef_GlRyXop4djBzCoWOM3F1.
  22. 0EIlpaz25GSkVCzDima99zjCDIKxPbz48i1TvcWotwIyWHEuOfqbAUNlWX0T
  23. sU7meDm1_ODOcQrY2f5uruiJOpS96Gayynu3vrn4A34JQstyOMpNzdb.60bl
  24. Sfto9psf57LRmRhaxemJ3qu4TrehK554mdyWjSADBHAYXbtmg7.lMlM4BQ8x
  25. TzrG_7H25w9188A--
  26. X-Yahoo-SMTP: isVPKLKswBCxyhp3m0aLa66tyHS9q2Ad1W0S
  27. MIME-Version: 1.0
  28. To: *@yahoo.com
  29. Subject: Your Order 36511 -
  30. Date: Tue, 10 Oct 2017 12:23:24 +0000
  31. Fr
  32. [remainder of message body omitted; too large]
  33.  
  34. $mail->protocol = 'smtp';
  35. $mail->hostname = 'ssl://smtp.mail.yahoo.com';
  36. $mail->username = '*@yahoo.com';
  37. $mail->password = '****';
  38. $mail->port = '465';
  39. $mail->timeout = '5';
  40.  
  41. $header .= 'Content-Type: multipart/related; boundary="' . $boundary . '"' . $this->newline;
  42.  
  43. $header .= 'boundary="' . $boundary . '"' . $this->newline;
  44.  
  45. <!DOCTYPE html>
  46. <html style="" xmlns="http://www.w3.org/1999/xhtml">
  47.  
  48. <head>
  49. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  50. <title>EYEDEALGLASSES.COM - Order 36493</title>
  51. </head>
  52.  
  53. <body style="font-family: Arial, Helvetica, sans-serif;color: #333333; background-color: #fff;">
  54. <div id="container" style="width: 600px;">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement