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


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

    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 #

RSS feed for this topic

Reply