Use SES (with SNS) over SMTP
I have an little application that uses SMTP already.
And in the future i want switch to AWS SES and use it via SMTP.
In AWS SES i will use a AWS SNS for bouncing mails.
Is it a problem, when i use SES over SMTP with an SNS for bouncing, because i found this part in the documentation:
Email Information to Provide
When you access Amazon SES through the SMTP interface, your SMTP
client application assembles the message, so the information you need
to provide depends on the application you are using. At a minimum, the
SMTP exchange between a client and a server requires a source address,
a destination address, and message data.
If you are using the SMTP interface and have feedback forwarding
enabled, then your bounces, complaints, and delivery notifications are
sent to the "MAIL FROM" address. Any "Reply-To" address that you
specify is not used.
https://docs.aws.amazon.com/en_en/ses/latest/DeveloperGuide/send-email-smtp.html
Now i have some doubts that when i switch to SES SMTP i must handle the bouncing on my own and the SNS will be ignored. Is this right or is SNS always used? (Via API and SMTP)?
amazon-web-services smtp amazon-sns amazon-ses
add a comment |
I have an little application that uses SMTP already.
And in the future i want switch to AWS SES and use it via SMTP.
In AWS SES i will use a AWS SNS for bouncing mails.
Is it a problem, when i use SES over SMTP with an SNS for bouncing, because i found this part in the documentation:
Email Information to Provide
When you access Amazon SES through the SMTP interface, your SMTP
client application assembles the message, so the information you need
to provide depends on the application you are using. At a minimum, the
SMTP exchange between a client and a server requires a source address,
a destination address, and message data.
If you are using the SMTP interface and have feedback forwarding
enabled, then your bounces, complaints, and delivery notifications are
sent to the "MAIL FROM" address. Any "Reply-To" address that you
specify is not used.
https://docs.aws.amazon.com/en_en/ses/latest/DeveloperGuide/send-email-smtp.html
Now i have some doubts that when i switch to SES SMTP i must handle the bouncing on my own and the SNS will be ignored. Is this right or is SNS always used? (Via API and SMTP)?
amazon-web-services smtp amazon-sns amazon-ses
add a comment |
I have an little application that uses SMTP already.
And in the future i want switch to AWS SES and use it via SMTP.
In AWS SES i will use a AWS SNS for bouncing mails.
Is it a problem, when i use SES over SMTP with an SNS for bouncing, because i found this part in the documentation:
Email Information to Provide
When you access Amazon SES through the SMTP interface, your SMTP
client application assembles the message, so the information you need
to provide depends on the application you are using. At a minimum, the
SMTP exchange between a client and a server requires a source address,
a destination address, and message data.
If you are using the SMTP interface and have feedback forwarding
enabled, then your bounces, complaints, and delivery notifications are
sent to the "MAIL FROM" address. Any "Reply-To" address that you
specify is not used.
https://docs.aws.amazon.com/en_en/ses/latest/DeveloperGuide/send-email-smtp.html
Now i have some doubts that when i switch to SES SMTP i must handle the bouncing on my own and the SNS will be ignored. Is this right or is SNS always used? (Via API and SMTP)?
amazon-web-services smtp amazon-sns amazon-ses
I have an little application that uses SMTP already.
And in the future i want switch to AWS SES and use it via SMTP.
In AWS SES i will use a AWS SNS for bouncing mails.
Is it a problem, when i use SES over SMTP with an SNS for bouncing, because i found this part in the documentation:
Email Information to Provide
When you access Amazon SES through the SMTP interface, your SMTP
client application assembles the message, so the information you need
to provide depends on the application you are using. At a minimum, the
SMTP exchange between a client and a server requires a source address,
a destination address, and message data.
If you are using the SMTP interface and have feedback forwarding
enabled, then your bounces, complaints, and delivery notifications are
sent to the "MAIL FROM" address. Any "Reply-To" address that you
specify is not used.
https://docs.aws.amazon.com/en_en/ses/latest/DeveloperGuide/send-email-smtp.html
Now i have some doubts that when i switch to SES SMTP i must handle the bouncing on my own and the SNS will be ignored. Is this right or is SNS always used? (Via API and SMTP)?
amazon-web-services smtp amazon-sns amazon-ses
amazon-web-services smtp amazon-sns amazon-ses
asked Nov 13 at 18:32
pL4Gu33
934827
934827
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you are using SNS to handle complaints and bounces, you can disable email notifications.
See step 6 here: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html
If you choose Amazon SNS topics for both bounces and complaints, you
can disable email notifications entirely. To disable email
notifications for bounces and complaints, under Email Feedback
Forwarding, choose Disable. Delivery notifications are available only
through Amazon SNS.
When i am disable it, is this the same for access via AWS API and SMTP or is there a disadvantage over SMTP?
– pL4Gu33
Nov 14 at 5:33
1
Email notifications will be disabled regardless of how the messages are sent.
– bwest
Nov 14 at 16:48
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53287434%2fuse-ses-with-sns-over-smtp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you are using SNS to handle complaints and bounces, you can disable email notifications.
See step 6 here: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html
If you choose Amazon SNS topics for both bounces and complaints, you
can disable email notifications entirely. To disable email
notifications for bounces and complaints, under Email Feedback
Forwarding, choose Disable. Delivery notifications are available only
through Amazon SNS.
When i am disable it, is this the same for access via AWS API and SMTP or is there a disadvantage over SMTP?
– pL4Gu33
Nov 14 at 5:33
1
Email notifications will be disabled regardless of how the messages are sent.
– bwest
Nov 14 at 16:48
add a comment |
If you are using SNS to handle complaints and bounces, you can disable email notifications.
See step 6 here: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html
If you choose Amazon SNS topics for both bounces and complaints, you
can disable email notifications entirely. To disable email
notifications for bounces and complaints, under Email Feedback
Forwarding, choose Disable. Delivery notifications are available only
through Amazon SNS.
When i am disable it, is this the same for access via AWS API and SMTP or is there a disadvantage over SMTP?
– pL4Gu33
Nov 14 at 5:33
1
Email notifications will be disabled regardless of how the messages are sent.
– bwest
Nov 14 at 16:48
add a comment |
If you are using SNS to handle complaints and bounces, you can disable email notifications.
See step 6 here: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html
If you choose Amazon SNS topics for both bounces and complaints, you
can disable email notifications entirely. To disable email
notifications for bounces and complaints, under Email Feedback
Forwarding, choose Disable. Delivery notifications are available only
through Amazon SNS.
If you are using SNS to handle complaints and bounces, you can disable email notifications.
See step 6 here: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html
If you choose Amazon SNS topics for both bounces and complaints, you
can disable email notifications entirely. To disable email
notifications for bounces and complaints, under Email Feedback
Forwarding, choose Disable. Delivery notifications are available only
through Amazon SNS.
answered Nov 13 at 19:57
bwest
5,70611745
5,70611745
When i am disable it, is this the same for access via AWS API and SMTP or is there a disadvantage over SMTP?
– pL4Gu33
Nov 14 at 5:33
1
Email notifications will be disabled regardless of how the messages are sent.
– bwest
Nov 14 at 16:48
add a comment |
When i am disable it, is this the same for access via AWS API and SMTP or is there a disadvantage over SMTP?
– pL4Gu33
Nov 14 at 5:33
1
Email notifications will be disabled regardless of how the messages are sent.
– bwest
Nov 14 at 16:48
When i am disable it, is this the same for access via AWS API and SMTP or is there a disadvantage over SMTP?
– pL4Gu33
Nov 14 at 5:33
When i am disable it, is this the same for access via AWS API and SMTP or is there a disadvantage over SMTP?
– pL4Gu33
Nov 14 at 5:33
1
1
Email notifications will be disabled regardless of how the messages are sent.
– bwest
Nov 14 at 16:48
Email notifications will be disabled regardless of how the messages are sent.
– bwest
Nov 14 at 16:48
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53287434%2fuse-ses-with-sns-over-smtp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown