Begginer question: can’t get user approval link to work in custom email
-
Hi,
I am just starting to use the plugin, so this might be a dumb question.
I am trying to use Placeholders for email templates.
My client wants to receive an email when a new user created an account, and he wants this email to have 3 buttons: “approve”, “deny” and “more info”.
So I am trying to use Ultimate Member’s Pleaceholders for email templates, I added {account_activation_link} to the email template, saved and ran a test, but it in not working, in the email the link for approval does not appear.
Please see below the code of the email template and the text that I am receiving in email.
If someone can help I will be very grateful.
??
_________________________________________________
EMAIL
[email protected] has just created an account on the website.
To view their profile click here: https://products.maximworld.com/user/walfridow77.com-br/
Account activation:Here is the submitted registration form:
Thank you!
______________________________________________
CODE
<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;”>{site_name}</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;”>{display_name} has just created an account on {site_name}.</div>
<div style=”padding: 10px 0 50px 0; text-align: center;”>To view their profile click here: {user_profile_link}<br />Account activation: {account_activation_link}</div>
<div style=”padding: 0 0 15px 0;”>
<div>?</div>
<div style=”background: #eee; color: #444; padding: 12px 15px; border-radius: 3px; font-weight: bold; font-size: 16px;”>Here is the submitted registration form:<br /><br />{submitted_registration}</div>
</div>
</div>
<div style=”color: #999; padding: 20px 30px;”>
<div>Thank you!</div>
<div>The {site_name} Team</div>
</div>
</div>
<p><!–more–></p>
<p><!–more–></p>The page I need help with: [log in to see the link]
- The topic ‘Begginer question: can’t get user approval link to work in custom email’ is closed to new replies.