Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. echo "This is a test." | mail -s Testing foo@test.com -- -f noreply@foo.com
  2.  
  3. mail('foo@test.com','This is a test.','Testing','From: noreply@foo.com','-f noreply@foo.com');
  4.  
  5. Received: from www-data by webhost.foo.com with local (Exim 4.86_2) (envelope-from <www-data@webhost.foo.com>) id 1cy3vi-000Dw1-8V for foo@test.com; Tue, 11 Apr 2017 17:06:30 -0500
  6.  
  7. 2017-04-11 17:06:30 1cy3vi-000Dw1-8V <= www-data@webhost.foo.com U=www-data P=local S=835
  8. 2017-04-11 17:06:30 1cy3vi-000Dw1-8V => foo@gmail.com R=dnslookup T=remote_smtp H=gmail-smtp-in.l.google.com [74.125.198.27] X=TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128 CV=yes DN="C=US,ST=California,L=Mountain View,O=Google Inc,CN=mx.google.com" C="250 2.0.0 OK 1491948390 f4si7294248oig.334 - gsmtp"
  9. 2017-04-11 17:06:30 1cy3vi-000Dw1-8V Completed
  10.  
  11. trusted_users = www-data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement