Customize email notifications
-
Hello,
I use mail design for all the order flow etc. on my website. But the emails sent to customers who have signed up with forminator are very plain. when I want to edit them with HTML, for example;
<table width="600" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="padding: 20px; background-color: #f8f8f8; border-bottom: 2px solid #ddd;"><img class="aligncenter" style="max-width: 230px; object-fit: contain; margin-bottom: 20px;" src="https://cosmeticwholesale.eu/wp-content/uploads/2024/01/cosmeticswhosale-03-2048x444.png" />
<h2 style="margin: 0; color: #333;">Your account is under review!</h2>
</td>
</tr>
<tr>
<td style="padding: 20px;">
<p style="color: #555; font-size: 14px; line-height: 1.6; margin: 0 0 15px 0;">Hello {first_name},</p>
<p style="color: #555; font-size: 14px; line-height: 1.6; margin: 0 0 15px 0;">Your new account for {site_title} is in the approval process. You will receive another email when your account is approved. You can contact us if you have any questions during this process.</p>
<p style="margin: 0;"><a style="display: inline-block; background-color: #f59a57; color: #ffffff; padding: 10px 20px; text-decoration: none; border-radius: 4px;" href="{site_url}"> Back to Website </a></p>
</td>
</tr>
<tr>
<td style="padding: 20px; background-color: #f8f8f8; border-top: 2px solid #ddd;">
<p style="margin: 0; color: #999; font-size: 12px;">This message was sent from {site_url}.</p>
</td>
</tr>
</tbody>
</table>
it still does not look right at the output of the mail. I want to edit all other mail notifications but I can’t find these settings. Thank you for your help.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.