Domanda

I'm using the amazon SNS(Simple Notification Service) service to publish SMS/Emails but I did not found any way to receive reply from user.

Any user can subscribe or unsubscribe to receive messages but he/she can not send any reply to sender.

Please suggest any idea to implement the logic to receive reply via amazon service.

Thanks in Advance.

Nessuna soluzione corretta

Altri suggerimenti

SNS is for notifications and you can can't receive the replies. Instead you can use Simple Email Service (SES) : http://aws.amazon.com/ses/

If you need email template management, mail-merge variables etc (more specific email needs), you can consider third party services like: Mailchimp or Mandril.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top