Unsubscribe email from Apple Mail could be more useful
-
Icegram Express adds an unsubscribe link to the bottom of my campaigns, which is great. It also adds some unsubscribe headers to the emails it sends out; also great.
However, the headers that it adds are not as useful as they could be. Currently, the body of the email I receive if someone unsubscribes with Apple Mail is:
Contact-ID:626,Campaign-ID:1,Message-ID:212
That’s accurate data, but it requires me to look up that information manually in the database in order to unsubscribe the person. It would be much more useful if the message contained the same unsubscribe link that the user could click on, so that I could just click on it when I receive this email from Apple Mail.
The fix for this is simple. In
class-es-mailer.php
, on line 1821, just append the$unsubscribe_link
to the$mail_to_body
- You must be logged in to reply to this topic.