Mingle Instructional Videos

Find the answers to your Mingle questions, including how-to's, tips and tricks delivered via video recordings

This is a public Custom Hive  publicRSS

Instructional Video

    Dheeraj Reddy
    SMTP settings to work with Gmail / Google
    Instructional Video posted February 17, 2009 by Dheeraj Reddy, last edited February 9, 2012 , tagged System Administration
    3283 Views, 2 Comments
    Title:
    SMTP settings to work with Gmail / Google
    Problem:

    I would like to setup Mingle to use my Gmail account for sending out email alerts, how can I do this?

    Solution Description:

    Configuration for gmail:

    • SMTP server address: smtp.gmail.com
    • SMTP server port: 587
    • SMTP domain: gmail.com
    • user name: yourusername@gmail.com
    • password: your gmail password
    • TLS encryption: yes

    Comment

     

    • Bluephlame
      posted September 7, 2011 by Bluephlame

      Hi, I"m trying to get Go working with gmail I"m using the settings above but get an error,  the only significant difference is that i am using google apps for your domain.

       

      Has anyone had any experience with that?

       

      2011-09-08 12:14:00,907 ERROR [Thread-7632] CruiseSmtpMailSender:87 - Sending failed for email [Go Email Notification] to [admin@compassiondev.net.au]

      javax.mail.MessagingException: Exception reading response;
      nested exception is:
      javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
      at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1611)
      at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1369)
      at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:412)
      at javax.mail.Service.connect(Service.java:288)
      at com.thoughtworks.cruise.config.CruiseSmtpMailSender.send(CruiseSmtpMailSender.java:75)
      at com.thoughtworks.cruise.config.BackgroundMailSender$1.run(BackgroundMailSender.java:30)
      at java.lang.Thread.run(Thread.java:619)
      Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

    • Santosh
      posted September 8, 2011 by Santosh

      Try using port 465 (instead of 587).