문제

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