File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class ApplicationMailer < ActionMailer ::Base
2- default from : 'notifications@edit .tosdr.org'
2+ default from : 'notifications@mail .tosdr.org'
33 layout 'mailer'
44end
Original file line number Diff line number Diff line change 1212 config . action_mailer . smtp_settings = {
1313 :user_name => ENV [ 'SMTP_USERNAME' ] ,
1414 :password => ENV [ 'SMTP_PASSWORD' ] ,
15- :domain => 'edit .tosdr.org' ,
16- :address => 'smtp-relay.brevo.com ' ,
15+ :domain => 'mail .tosdr.org' ,
16+ :address => 'live. smtp.mailtrap.io ' ,
1717 :port => 587 ,
1818 :authentication => :plain ,
1919 :enable_starttls_auto => true
Original file line number Diff line number Diff line change 1414 # Configure the e-mail address which will be shown in Devise::Mailer,
1515 # note that it will be overwritten if you use your own mailer class
1616 # with default "from" parameter.
17- config . mailer_sender = 'notifications@edit .tosdr.org'
17+ config . mailer_sender = 'notifications@mail .tosdr.org'
1818
1919 # Configure the class responsible to send e-mails.
2020 config . mailer = 'Devise::Mailer'
You can’t perform that action at this time.
0 commit comments