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 <

  • Customer Support Contact
  • Li>

    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):

      # 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,  

    and This is the SSL version:

      # setup_mail.rb Action Mailer :: base.smtp_settings = {address: 'lagertha.asmallorange.com', Port: 465, user_name: ENV ["EMAIL_USERNAME"] Password:  

    Any help deeply appreciated !

    / Div>


  • Comments

    Popular posts from this blog

    sqlite3 - UPDATE a table from the SELECT of another one -

    c# - Showing a SelectedItem's Property -

    javascript - Render HTML after each iteration in loop -