Project

General

Profile

ActionMailer with Gmail error message: "Errno::EAFNOSUPPO... » configuration.yml

Brice Fenske, 2023-07-14 22:25

 
1
production:
2
  email_delivery:
3
    delivery_method: :smtp
4
    smtp_settings:
5
      arguments: "-i"
6
      enable_starttls_auto: true
7
      address: "smtp.gmail.com"
8
      port: "465"
9
      domain: "email_domain"
10
      authentication: :plain
11
      ssl: true
12
      user_name: "email_address"
13
      password: "email_password"
(1-1/3)