You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to #122 we can now provide a response: true flag when sending an email, however when using this flag in combination with a config: map, the whole thing errors:
** (ArgumentError) The following settings have not been found in your settings:
* Key port is required for SMTP Adapter
* Key server is required for SMTP Adapter
They are required to make the SMTP adapter work. Here you configuration:
%{adapter: Bamboo.SMTPAdapter}
(bamboo_smtp 2.1.0) lib/bamboo/adapters/smtp_adapter.ex:342: Bamboo.SMTPAdapter.raise_on_missing_configuration/2
(bamboo_smtp 2.1.0) lib/bamboo/adapters/smtp_adapter.ex:84: Bamboo.SMTPAdapter.handle_config/1
(bamboo 1.5.0) lib/bamboo/mailer.ex:292: Bamboo.Mailer.handle_adapter_config/1
The text was updated successfully, but these errors were encountered:
Thanks to #122 we can now provide a
response: true
flag when sending an email, however when using this flag in combination with aconfig:
map, the whole thing errors:errors with:
The text was updated successfully, but these errors were encountered: