Custom Welcome email template with Ultimate Member

NOTE:
Location in the theme file is in email folder :
wp-content/themes/mytheme/ultimate-member/email/welcome_email.php

while in plugin is in templates email folder
wp-content/plugins/ultimate-member/templates/email/welcome_email.php

https://wordpress.org/support/topic/email-address-used-in-the-registration-form-to-the-welcome-email-templat/#post-14561842

<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>

<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;">Welcome To Pointricity!</div>

        <div style="clear:both"></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 step closer to collecting points and getting free stuff.<br/>
            <br/>

            Please click on the button below to verify your email and complete registration.</div>
        <div style="padding: 10px 0 50px 0;text-align: center;"><a href="{account_activation_link}" style="background: #555555;color: #fff;padding: 12px 30px;text-decoration: none;border-radius: 3px;letter-spacing: 0.3px;">VERIFY MY EMAIL</a></div>
        Submitted registration: {submitted_registration}
        {email}
        <div style="padding:20px;">If you have any problems, please contact us at <a href="mailto:{admin_email}" style="color: #3ba1da;text-decoration: none">{admin_email}</a></div>


    </div>

    <div style="color: #999;padding: 20px 30px">

        <div style="">Thank you!</div>
        <div style="">The <a href="{site_url}" style="color: #3ba1da;text-decoration: none;">{site_name}</a> Team</div>

    </div>

</div>

Leave a Reply

Your email address will not be published. Required fields are marked *