Marcell Posted April 18, 2017 Share Posted April 18, 2017 (edited) Hello! So basically, I changing all of my email templates now for a better one, probably gonna customize later for my website. But seems something not going very well after sending emails. The email verification email looks like this. Hello Marcell, Please confirm your email address by clicking the https://brohosting.eu/billing/clientarea.php?verificationId=xxxxxxxxxxxxxxxx">link below. We may need to send you critical information about our service and it is important that we have an accurate email address. Https://Brohosting.Eu/Billing/Clientarea.Php?VerificationId=xxxxxxxxxxxxxxxxxx">Confirm email address This is the sent email already.. Of course xxxx value is good, I just did not want to post the real one for security reasons. but looks like <a=" and </a> close tag lost somehwer. However the HTML code is just fine. <a href="{$client_email_verification_link}">Confirm email address</a> The second URL in the email is a button which also not working and seems the value equals with the URL... Any idea guys? Edited April 18, 2017 by sqpp Missing stuff. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 18, 2017 Share Posted April 18, 2017 doesn't {$client_email_verification_link} already contain it's own a href code? it's not a pure URL if I remember correctly. check out the thread below if you just want to obtain the URL within {$client_email_verification_link}... https://forum.whmcs.com/showthread.php?124722-E-mail-Brackets&p=500386#post500386 0 Quote Link to comment Share on other sites More sharing options...
Marcell Posted April 18, 2017 Author Share Posted April 18, 2017 Thank you so much, you were right! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.