Appnitro Software Forums » MachForm 2

Gmail


  1. barbz
    Member

    Has anyone had luck using the gmail smtp server to hook up with machform?

    if so what settings are you using?

    Posted 2 years ago #
  2. 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 2 years ago #

RSS feed for this topic

Reply