⚠️ Premium Plan Feature
Removing the App Store and Google Play Store buttons from email templates is available only for Premium plan customers. If you are not on the Premium plan, this option will not be available in your account.
When Should You Use This?
If you don’t use the mobile apps
If you want a cleaner email footer
If you prefer to fully customize your email templates
Step-by-Step Guide
1. Open the Email Template
Go to Admin Panel → Email Templates.
Open the email template you want to edit.
Scroll down to the footer area where the App Store and Google Play buttons appear.
2. Open Source Code View
In the email editor toolbar, click the <> (Source code) icon.
A pop-up window will open showing the HTML source of the email.
Locate the App Store & Google Play Code. This block is responsible for displaying both store buttons.
3. Remove the Code Block
Select the entire
<div>block that contains the App Store and Google Play buttons.<div class="d-flex justify-content-center" style="text-align: center;"><a style="text-decoration: none; background-color: transparent; color: #337ab7;" href="|*ANDROID_URL*|"><img src="https://backend.raklet.com/content/images/logo/google_play_store.png" alt="Get it on Google Play" width="100" /></a> <a style="text-decoration: none; background-color: transparent; color: #337ab7;" href="|*IOS_URL*|"><img src="https://backend.raklet.com/content/images/logo/apple_app_store.png" alt="Download on the App Store" width="100" /></a></div>
Delete it completely.
After removal, that section should no longer appear in the source code.
4. Save Your Changes
Click OK to close the source code editor.
Save the email template.
The App Store and Google Play buttons will no longer appear in outgoing emails using this template.


