What is the :domain symbol referring to when configuring action mailer? What is the :domain symbol referring to when configuring action mailer? ruby ruby

What is the :domain symbol referring to when configuring action mailer?


The :domain key is set up for HELO checking. You don't need to specify this if you're using GMail.

The STARTTLS call starts an encrypted connection with your mail server, which is required to use GMail's SMTP.