We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resque::Mailer.error_handler = lambda { |mailer, message, error, action, args| if error.is_a?(Resque::TermException) Resque.enqueue(mailer, action, *args) else SMS.send_error :admin, {error: error.message, error_class: error.class, smtp_login: ????, smtp_pass: ????} raise error end
Hi, I need get smtp settings here (not default), but which setted at delivery_method_options parameter when mail method invoke. Can I do this?
The text was updated successfully, but these errors were encountered:
Have you tried looking at the value of message.delivery_method.settings?
message.delivery_method.settings
Sorry, something went wrong.
No branches or pull requests
Hi, I need get smtp settings here (not default), but which setted at delivery_method_options parameter when mail method invoke. Can I do this?
The text was updated successfully, but these errors were encountered: