How can I customize a "please unsubscribe" request to mass mailing recipients
I am sending out mass mailings. I want to make it easy for the recipients to unsubscribe to my mailings. How can I include a simple one-click customized "please unsubscribe" in the email?
被采纳的解决方案
Did you enter this in the Link Location box?
mailto:al@pamteam.org?subject=unsubscribe
If the Subject contains multiple words, you may need to replace spaces with %20, e.g. unsubscribe%20request
定位到答案原位置 👍 0所有回复 (3)
Add a link to your message by Ctrl-L (Insert/Link), type "please unsubscribe" in the Link Text box, and then mailto:yourname@domain.com?subject=textstring, where textstring can be something like "Unsubscribe request", in the Link Location box. Recipients who click on the link will launch a message to you with "Unsubscribe request" as the Subject.
由sfhowes于
I don't understand what I should enter in the Link Location. I add my email address, al@pamteam.org, and then send it to another address. I click on the link Please unsubscribe, but it doesn't launch a message to al@pamteam.org
选择的解决方案
Did you enter this in the Link Location box?
mailto:al@pamteam.org?subject=unsubscribe
If the Subject contains multiple words, you may need to replace spaces with %20, e.g. unsubscribe%20request