Glorious Alpha Two Testers!
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
Marketing Emails - Formatting
TheDarkSorcerer
Member, Alpha Two
Hi AoC Devs, not sure if you send your emails through Klavio or whatever you use for email marketing.
Your emails currently look like the image below on iOS mobile devices, which can hurt performance due to difficulty in readability. It makes font size even smaller than it should be.
Use script below instead for full bleed emails on iOS devices. Just looks better and cleaner !
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" name="x-apple-disable-message-reformatting"/>
<STYLE type="text/css">
.ReadMsgBody{
width: 100%;
}
.ExternalClass {width: 100%;}
.ExternalClass * {line-height: 100%;}
</STYLE>
</head>
Your emails currently look like the image below on iOS mobile devices, which can hurt performance due to difficulty in readability. It makes font size even smaller than it should be.
Use script below instead for full bleed emails on iOS devices. Just looks better and cleaner !
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" name="x-apple-disable-message-reformatting"/>
<STYLE type="text/css">
.ReadMsgBody{
width: 100%;
}
.ExternalClass {width: 100%;}
.ExternalClass * {line-height: 100%;}
</STYLE>
</head>
0
Comments