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.

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top