MailGun - how can I track clicks on specific links - mailgun

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?

Related

How to track mailto clicks in an email

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.

Mailgun - Campaign links timeout?

I'm trying to use a Mailgun Campaign to help track emails sent through Mailgun. The links in the email get modified, as expected, so that Mailgun can collect stats on which links are getting clicked. However, the links are timing out.
Some of the clicks are definitely getting through (they are collected by Mailgun's Campaign tracking), but I'm also getting a lot of user reports of timeouts. Every time I try the links they timeout.
The Mailgun Domain and DNS Verification is all green, including the optional entries.
'Is it down' type services all says it's up: http://currentlydown.com/email.mg.dr2dr.ca
DNS resolution works, when I ping email.mg.dr2dr.ca, it resolves, but the requests all timeout.
I have started a ticket with Mailgun Support, but it's email support so I figured I would ask here to see if anyone has any ideas.

Google Mail Filter neverSpam

I have a PHP application that sends emails through gmail. The emails are sent when website events occur, for example, the contact form. However, the emails are put in the spam folder of the recipient. Some recipients of this email are in gmail, and others are in outlook, and others are in yahoo.
Will the
name="neverSpam"
affect the sending of emails, so the recipients will not see it in the spam folder?
It seems this is happening because the recipient may not be a member of the sender's contact list, a security measure. Here's a note from Gmail Help:
If you find that some senders' messages are consistently being
mislabeled as spam, you can prevent this by:
'Adding their email addresses to your Contacts list. Gmail will
deliver messages from members of your Contacts list to your inbox,
unless we know with high confidence that they are spam'
neverSpam is a boolean for Filter Action Properties. If you want to make sure your message is not tagged as spam, add the recipients to your contacts list.

How to trigger EMail messages in using the engagement plan

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/

how to send email with gmail compose from my application?

When the current user of my web-application select other users who will send them email with Gmail, i want to redirect him to the gmail compose (Link) and then type his message.
In my django view, before clicking on "Mail To" i have retrieved a list of distination users.
Is it possible to affect those users to destination in gmail ?
If you want to include multiple recipients then in template do it like this:
Send email
Here is an example in jsfiddle. You can add subject and body also:
Send email with subject and body
See more tips and tricks here