• Resolved l1ghtning

    (@barisyildirimc)


    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)
  • Thread Starter l1ghtning

    (@barisyildirimc)

    I would like to create a specific template for all emails sent by forminator. for example, when I approve a user, the email template sent is not in the format I want, how can I edit it?

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @barisyildirimc,

    I hope you are doing well today!

    If you want to customizing email notifications, you can take a look at
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#email-notifications-forms.
    However, we don’t have templates for those notifications. You can customize them using HTML with images or multiple buttons.

    In case you need more customization, I’m afraid this will be outside the scope of support we can provide. For that, you’ll need to hire a developer to provide the required custom code for you. WordPress provides a jobs directory here https://jobs.wordpress.net/, if you need further advice about it, feel free to email [email protected].

    Subject: ATTN: WPMU DEV support – wp.org
    Body: (Include the topic URL and your request)

    Kind regards,
    Zafer

    Thread Starter l1ghtning

    (@barisyildirimc)

    Hello, I have two more questions about e-mails.

    1. I receive informational mails with [email protected] but the mailboxes receive them as spam, what is the way to fix this?
    2. I want to customize the field where the information goes to the user after confirming the registration form.
      I want to write first and last name in the field that starts with Dear and continues with mail. (I think this setting is due to the fact that username in the default meta keys is defined as an email address, but I don’t want to change this. when there is more than one person with the same name, the system already sees it as existing.) I also want to fix the login page in this mail content.

    thank you.

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @barisyildirimc

    I receive informational mails with [email protected] but the mailboxes receive them as spam, what is the way to fix this?

    It could be related to your mail STMP setup, or your hosting email service limits, best solution would be to use custom email SMTP to improve delivery. To do that you can use a plugin like Branda or WP mail SMPT:
    https://wpmudev.com/docs/wpmu-dev-plugins/branda/#smtp

    I want to customize the field where the information goes to the user after confirming the registration form.

    That email can be configured in the form editor under email notifications. You can set up multiple emails to be sent to different users, such as one for the admin and another for the user who registered. All the related information can be found in this document:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#email-notifications-forms

    View post on imgur.com

    We have some macro code for different dynamic data for example for login URL you can use {user_login}, you can see the full list by clicking on Insert form fields.

    Kind Regards,
    Amin

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @barisyildirimc,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open this thread if you need any further assistance.

    Regards,

    Nithin

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.