email - How to set up the SMTP settings for the ASO servers (Rails)? -
I'm trying to set up a mailer using my email, which is a small orange < There is no luck yet. It works properly when configured for Gmail ... So the problem is that my SMTP settings Non-SSL version (In Initial): and This is the SSL version: Any help deeply appreciated !
# setup_mail.rb ActionMailer :: Base.smtp_settings = {Address: 'Mail Mydomain.co', Port: 26, user_name: ENV [" EMAIL_USERNAME "] Password: ENV [" EMAIL_PASSWORD "] Authentication :: plain, # Also tried: Login and: cram_md5 enable_starttls_auto: false, # correct also tried,
# setup_mail.rb Action Mailer :: base.smtp_settings = {address: 'lagertha.asmallorange.com', Port: 465, user_name: ENV ["EMAIL_USERNAME"] Password:
Comments
Post a Comment