Advertisement
Guest User

Untitled

a guest
Sep 13th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [mail function]
  2.  
  3. SMTP=smtp.gmail.com
  4. smtp_port=25
  5. sendmail_from = mail.nrj@gmail.com
  6. sendmail_path =""C:xamppsendmailsendmail.exe" -t"
  7.  
  8. smtp_server=smtp.gmail.com
  9. smtp_port=25
  10. smtp_ssl=auto
  11. error_logfile=error.log
  12. auth_username=******@gmail.com
  13. auth_password=******
  14. pop3_server=
  15. pop3_username=
  16. pop3_password=
  17. force_sender=mail.nrj@gmail.com
  18. force_recipient=
  19. hostname=
  20.  
  21. --<?php
  22. --$to = "neerajggverma@gmail.com";
  23. --$subject = "Apple Computer";
  24. --$message = β€˜Steve, I think this computer thing might really take off.’;
  25.  
  26. --wp_mail( $to, $subject, $message );
  27. --?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement