Can you post a link to a pastebin that has the full HTML code you are using in the email so I can take a look?
The plugin doesn’t currently support full email templates. It outputs your new subscriber message inside of a body tag within a prebuilt email structure. That’s why you are seeing strange results.
Thanks Jeremy,
Perhaps you could include that as a priority on the roadmap? Offering a full HTML template, or allowing integrations with a plugin like WP Better Emails would definitely make for a more professional-looking email. This is particularly the case when we are asking for people to pay for subscriptions.
As a follow-on item, is there any way to enable an email validation? I saw the video shows a 2 step process but our tests are going straight through without subscribers needing to verify they are using a legitimate address.
We will add it to our list, but this is the first request we’ve had for this feature. I can’t give a time estimate for when it will be released.
Hi Jeremy,
I have stripped the email code right back. It’s now recognising basic <br> and <strong> tags, but not allowing images or inline styles:
<p style="padding-top:30px; text-align: center;"><a style="text-decoration: none; text-align: center;" href="http://our.site" target="_blank"><img src="http://path/to/logo.jpg" alt="Site Name" /></a></p>
<br>
<p style="border-top: dashed 1px #afafaf; text-align:center; padding-top:30px; padding-bottom:30px; color: #3d3e40; line-height: 1.6; font-size: 14px; font-family: Arial, sans-serif;">
Hello %firstname%, <br>
Thanks for subscribing to Site Name<br>
Please keep your details safe:<br>
Username: <strong>%username%</strong><br>
Password: <strong>%password%</strong><br>
</p>
<p style="border-top: dashed 1px #afafaf; text-align:center; padding-top:30px; color: #3d3e40; line-height: 1.6; font-size: 14px; font-family: Arial, sans-serif;">
Questions & comments, please contact <a style="color: #3d3e40; text-decoration: none;" href="mailto:email@our.site">email@our.site</a></p>
Also, any news on email validation?