Guest User

Untitled

a guest
Sep 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. I have a form that I cannot get to validate on Westhost. I think the issue resides in this syntax (although I am no phpo expert):
  2. // SMTP EMAILS
  3. $smtp_use = "yes"; // set to no if you do not want to use SMTP
  4. $smtp_host = "mail.xxxxxx.com";
  5. $smtp_auth = true;
  6. //$smtp_secure = "tls"; not sure what, or if, this should be set to
  7. $smtp_user = "account-username";
  8. $smtp_pass = "account-password";
  9. $smtp_ssl = "no"; // set to no if you do not need to use ssl
  10. $smtp_port = 25; // or try 2525, 587 or 465;
Add Comment
Please, Sign In to add comment