my template or newsletter needs unsubscribe link
I'm sending bulk emails of news letters from Amazon SES API using php, is amazon has unsubscribe link feature to unsubscribe recepients when they clicked.
i'm using database to send emails to Amazon SES api. Is there any feature in amazon SES to unsubscribe feature to my newsletter to reduce junk mails.
If a user clicks unsubscribe link he should not recieve mails from amazon SES.
Is there any process in amazon SES? Please let me know.
In advance, Thank you.
No, Amazon SES does not have an unsubscribe link feature, because it does not keep track of your mailing list. Amazon SES is used only to send the emails. The recipients and content of the emails are completely up to you.
Since you are maintaining your database of recipients, you would need to implement your own unsubscribe link and behavior. That would all happen outside of Amazon SES.