:collect_sent_mails: true :collect_bounced_mails: true :raise_error_if_no_recipients: false :blacklisted_domains: - domain1.ltd - domain2.ltd :blacklisted_regexp: - regexp1_pattern_without_delimiters - regexp2_pattern_without_delimiters :aws: :access_key_id: your_access_key_id :secret_access_key: your_secret_access_key :account_id: 000000000000 :allowed_topic_arns: ["arn:aws:sns:us-east-1:123456789012:MyTopic"] :ses: :username: your_ses_smtp_username :password: your_ses_smtp_password :smtp_auth: :user: smtp_user :password: smtp_pass :http_auth: - :user: http_user_1 :password: http_password_1 - :user: http_user_2 :password: http_password_2 :test: :from: test@example.com :to: ["test@example.com"] :topic_arn: "arn:aws:sns:us-east-1:123456789012:MyTopic" :subscription_arn: "arn:aws:sns:us-east-1:123456789012:MyTopic:2bcfbf39-05c3-41de-beaa-fcfcc21c8f55" #:smtp: # :port: 1025 # :host: 0.0.0.0 #:http: # :port: 9292 # :host: 0.0.0.0