マストドンでのメール送信チェック
$ RAILS_ENV=production bundle exec rails c
m = UserMailer.new.mail to:'email@address.com', subject: 'test', body: 'awoo'
m.deliver
マストドンでのメール送信チェック
$ RAILS_ENV=production bundle exec rails c
m = UserMailer.new.mail to:'email@address.com', subject: 'test', body: 'awoo'
m.deliver