This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Gmail
Started 15 years ago by barbz | 2 posts |
-
Has anyone had luck using the gmail smtp server to hook up with machform?
if so what settings are you using?
Posted 15 years ago # -
Gmail should be like this:
define('USE_SMTP',true); define('SMTP_HOST','smtp.gmail.com'); define('SMTP_PORT',465); define('SMTP_AUTH',true); define('SMTP_USERNAME','username@example.com'); define('SMTP_PASSWORD','yourpassword');
Also, make sure that your PHP has OpenSSL extension enabled, as this is needed to be able connecting to Gmail.
MachForm Founder
Posted 15 years ago #
Reply
You must log in to post.