href=”mailto:” is not working on any of the browsers

Provided you have registered a default email client, this usually works, if you’re using an <a> tag as follows: <a href=”https://stackoverflow.com/questions/34129707/mailto:[email protected]”>Mail me</a> To change or check the email client settings, do the following (cited from MSDN) – I have modified it slightly because it differs depending on the Windows version you’re using: Depending on the … Read more

Mailgun messages from subdomain without MX record get rejected by some mail-providers

Three possible solutions, in order of preference: Find a different DNS provider, that will allow you to put an MX on a subdomain. Note that this does not necessarily require you to change registrars. Use your base domain with mailgun, perhaps utilizing their forwarding feature to send incoming mails to whoever hosts your mailboxes. Use … Read more

Gmail unsubscribe link does not appear

The unsubscribe option is only shown for senders with a high reputation: This only works for some senders right now. We’re actively encouraging senders to support auto-unsubscribe — we think 100% should. We won’t provide the unsubscribe option on messages from spammers: we can’t trust that they’ll actually unsubscribe you, and they might even send … Read more