Hi @jbadams, this is the entire e-mail:
Quote
At the bottom there's only that "privacy policy" link. There's no unsubscription link like in the example you posted.
The HTML code of the e-mail is this:
<body bgcolor="#f1f1f1" style="direction: ltr">
<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#f1f1f1">
<tr height="25">
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
</tr>
<tr>
<td dir="ltr" valign="top"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr" valign="middle" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 30px; font-weight: 300; color: #262e33; line-height: 48px; padding-left: 10px;">
<a href="https://www.gamedev.net/" style="text-decoration: none; color: #262e33; border: 0;">
<img src="https://www.gamedev.net/uploads/themes/monthly_2017_06/5942335d92fed_Gamedev-Logo-Update-smaller.png.15822bc46d54a5447347a4fa02990d16.png" alt="GameDev.net" width="423" height="86">
</a>
</td>
<td dir="ltr" valign="top"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
</tr>
<tr height="25">
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
</tr>
<tr>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr" width="800" id="main" bgcolor="#ffffff" style="border-top: 10px solid #3f6d98; line-height: 1.5;">
<table width="100%" cellpadding="20">
<tr>
<td dir="ltr" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 15px; color: #333333; line-height: 21px">
<strong style="font-size: 17px">Hi Kryzon,</strong>
<br>
<p>
Hi Kryzon,
</p>
<p>
We haven't seen you since 06/29/17 08:33 AM, and a lot has happened at GameDev.net since then.
</p>
<p>
Check out the latest at <a href="https://www.gamedev.net" rel="external">https://www.gamedev.net</a>!
</p>
<p>
GameDev.net
</p>
</td>
</tr>
</table>
</td>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
</tr>
<tr height="25">
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
</tr>
<tr>
<td dir="ltr" valign="top"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr" valign="middle" align="center" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 12px; line-height: 18px; padding-left: 10px;">
<a href="https://www.gamedev.net/privacy/" style="color: #4a8aca; text-decoration: none; display: inline-block">Click here to view our privacy policy</a>
</td>
<td dir="ltr" valign="top"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
</tr>
<tr>
<td dir="ltr" valign="top"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
<td dir="ltr" valign="top" width="800" align="center" style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 12px; color: #bdbdbd; line-height: 18px; padding-left: 10px;">
GameDev.net
</td>
<td dir="ltr" valign="top"><img src="https://www.gamedev.net/applications/core/interface/email/spacer.png" width="1" height="1" alt=""></td>
</tr>
</table>
</body>
On 20/08/2017 at 2:17 PM, khawk said:
This was a runaway script that has been fixed.
As far as unsubscribing, you can disable email notifications through your profile settings.
Thank you for fixing it. In case it helps some more, there were four e-mails total arriving at (19 Aug 2017 22:22:10 (UTC), 20 Aug 2017 00:35:06 (UTC), 20 Aug 2017 05:05:15 (UTC) and 20 Aug 2017 07:17:26 (UTC) )
But in terms of unsubscribing, the process could be improved, in my opinion. This is how I rate the UX of different unsubscription procedures, from best to worst:
-
E-mail has a "unsubscribe here" link at the bottom, and simply visiting the address will automatically unsubscribe you, without the need to login.
-
E-mail has a "unsubscribe here" link, and visiting it prompts you to login before the operation can finish (this is what Facebook does) .
-
E-mail has a link at the bottom that leads you to your notification settings in your profile. You need to login, look for and find the setting and then disable it.
-
E-mail does not have any unsubscription link (the GD.net reminder e-mails being talked about in this thread).
Thanks again.