質問

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