how can i add an unsubscribe link in emails being sent. Also i want the user to be able to unsubscribe without being logged in. I am using Django==2.0.2. Any suggestions would be appreciated.
Related
I am sending emails via Mailgun using a django backend.
Mailgun sends me back webhooks with information about url clicks in the email.
However they do NOT ping me back about mailto clicks. I asked their support team and they confirmed this is expected behavior and they only track "urls"... which the mailto is not considered as.
example:
Reply
How can i actually track mailto clicks in my email, what have people done in the past?
I looked at the mailgun event logs and noticed none of the mailto clicks are registered.
I'm sending emails via MailGun and there are multiple links on a single email.
How can I track which link within the email was clicked and which wasn't?
Can someone outline the main difference or differences between using the Send Email Campaign Message save action and the Send Email action? Why can't I use the Send Email action in place of the Send Email Campaign Message save action? I hope someone can help!
The main difference is that the Send Email action only sends an e-mail without additional campaigns or analytics interaction. You don't have engagement plans or statistics for your sent e-mail. It's nothing more than sending an HTML-based e-mail to the recipient.
Send Email action is basically sending email with System.Net.Mail.
Send Email Campaign Message utilizes Sitecore Email Experience Manager's dispatch pipeline to send emails that can be tracked.
Through the Mailgun Documentation, there are 3 unsubscribe links:
%unsubscribe_url% link to unsubscribe recipient from all messages sent by given domain
%tag_unsubscribe_url% link to unsubscribe from all tags provided in the message
%mailing_list_unsubscribe_url% link to unsubscribe from future messages sent to a mailing list
The documentation references being able to unsubscribe from campaigns: here.
How do I add a campaign_unsubscribe_url or something similar?
Currently, I am working around by tagging.
I am using ECM 2.1 for sending out emails.
I want to know how can I added the triggered emails to all the recipients who have opened the email and who are productive users on the email sent.
Can I modify the existing plan and add this feature.
By Using tokenized emails
An action that can be executed from within a Sitecore Engagement Plan is to send an email to a static or to the visitors email address.
follow this link:
http://www.newguid.net/sitecore/2013/sending-tokenized-emails-from-a-sitecore-engagement-plan/