for Ultimate Member

 

Plain Text Email Template Sample
Hi {display_name},

Thank you for updating your account email!

At {site_name} when your email is changed you are required to re-confirm your email address.
Please click the link below to confirm your email address:

{account_activation_link}

If you have any problems, please contact us at {admin_email}

Thanks,
{site_name}
template, email, plugin, ultimate member, sample

 

HTML Email Template Sample
<div style="max-width: 560px; padding: 20px; background: #ffffff; border-radius: 5px; margin: 40px auto; font-family: Open Sans,Helvetica,Arial; font-size: 15px; color: #666;">
<div style="color: #444444; font-weight: normal;">
<div style="text-align: center; font-weight: 600; font-size: 26px; padding: 10px 0; border-bottom: solid 3px #eeeeee;">Hi {display_name}</div>
</div>
<div style="padding: 0 30px 30px 30px; border-bottom: 3px solid #eeeeee;">
<div style="padding: 30px 0; font-size: 24px; text-align: center; line-height: 40px;">You are one click away from updating your email at {site_name}.
<p>Please click the link below to confirm your email address:</p>
</div>
<div style="padding: 10px 0 50px 0; text-align: center;"><a style="background: #555555; color: #fff; padding: 12px 30px; text-decoration: none; border-radius: 3px; letter-spacing: 0.3px;" href="{account_activation_link}">Confirm your Email</a></div>
<div style="padding: 15px; background: #eee; border-radius: 3px; text-align: center;">Need help? <a style="color: #3ba1da; text-decoration: none;" href="mailto:{admin_email}">contact us</a> today.</div>
</div>
<div style="color: #999; padding: 20px 30px;">
<div>Thank you!</div>
<div>The <a style="color: #3ba1da; text-decoration: none;" href="{site_url}">{site_name}</a> Team</div>
</div>
</div>