template/ses-proxy.yml in ses-proxy-0.2.1 vs template/ses-proxy.yml in ses-proxy-0.3.0
- old
+ new
@@ -1,9 +1,20 @@
+:collect_sent_mails: true
+:collect_bounced_mails: true
+: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:
-
\ No newline at end of file