production: email_delivery: delivery_method: :smtp smtp_settings: enable_starttls_auto: true address: "smtp.gmail.com" port: '587' domain: "example.com" authentication: :plain user_name: 'noreply@example.com' password: '123456' from: 'redmine@example.com'