### [How to Send Automated Email in WordPress](https://wpmailsmtp.com/how-to-send-automated-email-in-wordpress/)

**Published:** August 29, 2023
**Author:** Rachel Adnyana

**Excerpt:** Do you want to save time, make your business more efficient, and improve the user experience for your site visitors or customers? 

In this guide to sending automated email in WordPress, we've provided 6 step-by-step tutorials that will take you through various methods of setting up email automation on your WordPress site.

Whether you want to improve the transactional emails for your WooCommerce store, send blog posts to your list when they're published, or simply send a quick hello message to new users, we've got a quick and easy solution for you.

**Content:**

Are you looking for an easy way to send automated email from your WordPress site?

If you run any kind of online business, emails are crucial for staying in touch with your customers, sending order confirmations and delivery updates, communicating account information, and other important messages.

In this guide, we’ll show you how to set up email automation in WordPress so you can send many of these messages automatically, saving time and streamlining your business operations.

[Automate Your WordPress Emails Now](https://wpmailsmtp.com/pricing/)

### What Types of Automated Emails Can I Set Up in WordPress?

With the right email service and automation plugin, you can send several types of automated emails, such as updates, newsletters, notifications, reminders, drip campaigns, transactional emails, and more.

In this guide, we’ve included tutorials for several email automation tools to demonstrate various ways of setting up [automated email workflows](https://wpmailsmtp.com/how-to-create-an-automated-email-workflow-in-wordpress/) in WordPress for different purposes.

## How to Send Automated Email in WordPress

Here is an overview of the tutorials and plugins we’ll cover in this guide:

### Configure Your Website for Email Deliverability

Before you do anything else, it’s essential to make sure that your WordPress site is set up to send emails in a way that maximizes deliverability.

Although WordPress can generate and send emails without the need for a third-party service or plugin, it’s not the best idea to rely on WordPress alone.

This is because WordPress uses the PHP mail function to send emails, which is a very basic function not supported by all hosting providers.

Because emails sent by PHP mail are not authenticated, they’re also more likely to be marked as spam. So even if your site can send emails successfully, they may not reach their intended recipient. The easiest way to fix this issue is by installing the WP Mail SMTP plugin.

![WP Mail SMTP Email Deliverability illustration](https://wpmailsmtp.com/wp-content/uploads/2020/05/WP-Mail-SMTP-infographic.png)WP Mail SMTP works by sending mail through a third-party [SMTP mailer service](https://wpmailsmtp.com/best-smtp-servers/) such as SendLayer, Gmail, or SMTP.com. These mailers authenticate emails so they won’t be marked as spam and will reach the recipient’s inbox every time.

[Fix Your WordPress Emails Now](https://wpmailsmtp.com/pricing/)

For complete instructions on installing and configuring WP Mail SMTP, see this complete guide on [how to set up WP Mail SMTP](https://www.wpbeginner.com/plugins/how-to-set-up-wp-mail-smtp-with-any-host-ultimate-guide/) with any host.

If you already have WP Mail SMTP but are encountering [issues related to SMTP host](https://wpmailsmtp.com/how-to-fix-could-not-connect-to-smtp-host-in-wp-mail-smtp/), check out our troubleshooting guide for an easy fix.

### Example 1: Send a Welcome Email to a New Subscriber With WPForms

![WPForms homepage](https://wpmailsmtp.com/wp-content/uploads/2023/11/WPForms-Website-1024x640.png)[WPForms](https://wpforms.com/) is the best form builder plugin for WordPress as it’s simple to use with powerful features.

The WPForms plugin also includes hundreds of pre-built form templates, so you can get an email subscription form published on your WordPress site and ready to collect emails in just a few minutes.

The free version of the plugin also comes with built-in integration with Constant Contact, so you can add email addresses from your signup form directly to your mailing list. You can [upgrade to WPForms Pro](https://wpforms.com/pricing/) if you want to use another email marketing service like AWeber or Mailchimp.

#### 1. Install WPForms

Start by installing and activating the WPForms Lite plugin. If you need any help with this, you can follow this [beginner’s guide to installing a WordPress plugin](https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/).

#### 2. Create an Email Signup Form

Once you’ve installed WPForms, go to **WPForms » Add New** to access the form builder.

Type a name for your form at the top of the form builder (something like “Subscribe to Newsletter” is fine) and type “newsletter” in the search bar on the left to find the **Newsletter Signup Form**. Click the **Use Template** button.

![Newsletter signup form](https://wpmailsmtp.com/wp-content/uploads/2023/07/newsletter-signup-form.png)#### 3. Create a Welcome Email Notification

In the form builder, click the **Settings** tab and then **Notifications.**

![WPForms notifications settings](https://wpmailsmtp.com/wp-content/uploads/2023/07/wpforms-notifications-settings.png)By default, WPForms already generates and sends an email to the site administrator when someone submits a form created with this template.

To send multiple notification emails, you’ll need to upgrade to WPForms Pro. But you can edit the default notification to change it into a welcome or first email for the user instead.

First, make sure that **Enable Notifications** is set to **on**, and then click the **Show Smart Tags** link next to the **Send To Email Address label**.

![Show smart tags for automated email](https://wpmailsmtp.com/wp-content/uploads/2023/07/show-smart-tags.png)Under **Available Fields**, click **Email**. This will set the email entered in the form as the email to send the notification to.

![Send to email address](https://wpmailsmtp.com/wp-content/uploads/2023/07/send-to-email-address.png)If you don’t want the admin to also receive a thank you email every time a user signs up, delete “{admin\_email}” from the **Send To Email Address** field. Or, you can leave it and separate the two email addresses with a comma if you want to send the same message to the admin email.

![Email addresses for notifications](https://wpmailsmtp.com/wp-content/uploads/2023/07/email-addresses-for-notification.png)Change the **Email Subject Line**, **From Name**, and **Email Message** to something more appropriate for a welcome email.

You can add the name and email entered into the form as part of the message. You can enter these by using the Smart Tags, as above. If you would like more help, you can see the [smart tags documentation](https://wpforms.com/docs/how-to-use-smart-tags-in-wpforms/) on WPForms.

For example, here’s what your email message might look like:

![Thank you email wording](https://wpmailsmtp.com/wp-content/uploads/2023/07/thank-you-email-wording.png)Finally, change the **Reply-To** field to “{admin\_email}” or another email where you can monitor emails from subscribers.

![Reply-to email field](https://wpmailsmtp.com/wp-content/uploads/2023/07/reply-to-email-field.png)Click the **Save** button at the top of the form builder to save your changes.

Once that’s done, your email notification should be all set up and ready to go. Make sure to [test a form submission](https://wpforms.com/docs/how-to-properly-test-your-wordpress-forms-before-launching-checklist/) to check that both emails are received and look how you intended. The email should look something like this:

![Newsletter welcome email](https://wpmailsmtp.com/wp-content/uploads/2023/08/newsletter-welcome-email.png)You’ve now got a signup form that sends a thank you email but won’t automatically add the user to your email list.

To do that, follow the next example, which walks you through the process of linking WPForms to Constant Contact and sending automated marketing emails to your list.

### Example 2: Send Automated Drip Emails With Constant Contact

![Constant Contact homepage](https://wpmailsmtp.com/wp-content/uploads/2025/05/constant-contact-homepage-1024x592.png)Drip marketing involves sending a series of pre-written automated emails to a subscriber on a set schedule as a series of “drips.”

Drip email marketing campaigns are a great way to keep your followers engaged and boost retention rates, as they’ll receive regular emails from you. They will also save you a lot of time, as once you’ve created the emails and set them up in an email marketing platform, they’ll automatically be sent out to subscribers without any more work from you.

We recommend using [Constant Contact](https://www.constantcontact.com/) for your email marketing automation, as you can get started for free, and it’s integrated with WPForms lite. You can use any of several email automation tools, such as Drip, Brevo, AWeber, or another email marketing platform if you prefer.

Just so you know, you’ll need to upgrade your Constant Contact account to access automation templates and custom automations.

Before you start, ensure you’ve [completed the steps in the previous example](#Example_1_Send_a_Welcome_Email_to_a_New_Subscriber_With_WPForms) to create an opt-in form with WPForms.

#### 1. Connect WPForms to Constant Contact

Go to **WPForms **» All Forms** and click on the name of your signup form to open the form builder.**

![Newsletter signup form in WPForms](https://wpmailsmtp.com/wp-content/uploads/2023/08/wpforms-newsletter-signup-form.png)Click on the Marketing tab in the form builder and choose **Constant Contact** for the marketing integration.

![Choose marketing integration](https://wpmailsmtp.com/wp-content/uploads/2023/07/choose-marketing-integration.png)If you don’t already have a Constant Contact account, click the **Try Constant Contact for Free button** to create an account. Once you have an account, click **Add New Connection**.

![Add new Constant Contact connection](https://wpmailsmtp.com/wp-content/uploads/2023/07/add-new-constant-contact-connection.png)Enter a name for the connection and click **OK**.

![Enter connection nickname](https://wpmailsmtp.com/wp-content/uploads/2023/07/enter-connection-nickname.png)Follow the link to register WPForms with Constant Contact, enter the authorization code and account nickname, and click **Connect**.

![Register WPForms with Constant Contact](https://wpmailsmtp.com/wp-content/uploads/2023/07/register-wpforms-with-constant-contact.png)Choose the account and list in Constant Contact to which you want to save newsletter signups.

![Constant Contact account and list](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-account-and-list.png)Select the name and email fields from your form to map to the equivalent fields in Constant Contact.

![Constant Contact field mapping](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-field-mapping.png)Finally, click the **Save** button at the top of the form builder.

If you need more help or get stuck at any step of this process, follow the [detailed integration instructions](https://wpforms.com/docs/how-to-connect-constant-contact-with-wpforms/) on WPForms.

#### 2. Create Your Drip Campaign

Log into your Constant Contact account and click the **Create** button in the top right corner.

![Create new Constant Contact campaign](https://wpmailsmtp.com/wp-content/uploads/2023/08/create-new-campaign-in-constant-contact-1.png)Choose **Automations** from the popup box.

![Choose Automations from the list of campaign types](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-campaign-types.png)Constant Contact offers several pre-built templates for automated sequences, including emails and [SMS notifications](https://wpmailsmtp.com/how-to-get-an-sms-notification-from-wordpress-forms/), or you can create your own. Click **Create custom path.**

![Constant Contact automations](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-automations.png)Select the trigger to start the email sequence. This is a date, or something the user does that will trigger the automations. For this example, we need **Subscribes for email**.

![Choose subscribe as email sequence trigger](https://wpmailsmtp.com/wp-content/uploads/2023/08/choose-subscribe-as-trigger.png)Enter a name for your automation and click **Create path**.

![Enter a name for your automation](https://wpmailsmtp.com/wp-content/uploads/2023/08/custom-path-name.png)You can now use the drag-and-drop sequence builder to build your drip campaign by dragging **Send an email** actions and **Time delay** rules across until you’ve added as many emails as you wish.

![Constant Contact drip campaign with automated emails](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-automations-builder.png)You can click the three dots to the right of each action and time delay to edit them.

Editing the **Send an email** action will take you through the process of creating a new email (or you can copy an existing one you’ve already made).

Start by entering a name for your email.

![Create new Constant Contact email](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-create-new-email.png)Next, choose a template for your email.

![Constant Contact email templates](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-email-templates.png)This will take you to the Constant Contact visual email designer, where you can drag and drop new elements like images and layouts and customize the text. When you’re finished, click the **Save & Close** button in the top right to go back to the email sequence builder.

![Constant Contact email editor](https://wpmailsmtp.com/wp-content/uploads/2023/08/constant-contact-.png)To edit the interval between emails, click the three dots on the **time delay** to edit. You can set an interval in minutes, hours, days, weeks, or months, as you wish.

![Edit the time delay](https://wpmailsmtp.com/wp-content/uploads/2023/08/edit-time-delay.png)Keep adding **Send an email** actions separated by time delays until you complete your entire sequence. You can add conditional rules and create a more complex sequence if you wish. For example, you can choose to send an email to a subscriber only if they click links in your email.

When you’re finished editing your sequence, click the **Activate** button. If you’re on the free Constant Contact account, you’ll be prompted to upgrade your account before you can activate your campaign, or you can click **Save & close** to come back to it later.

![Activate subscriber sequence](https://wpmailsmtp.com/wp-content/uploads/2023/08/activate-subscriber-sequence.png)After you’ve activated your campaign, Constant Contact will make sure the sequence is set up correctly and ask you to confirm before making it live.

You’ve now successfully set up an automated email campaign. Your subscribers will automatically be sent a series of emails when they opt into your newsletter on the schedule you set, and they can unsubscribe at any time to opt out of further emails.

### Example 3: Send Targeted Marketing Campaigns With OptinMonster

![OptinMonster](https://wpmailsmtp.com/wp-content/uploads/2023/08/optinmonster.png)[OptinMonster](https://optinmonster.com/) is the best lead generation plugin for WordPress. It allows you to create high-converting signup forms in popups, slide-ins, floating bars, landing pages, welcome mats, and other eye-catching ways to grow your email list.

The plugin also has powerful tools for A/B testing and to segment your email list based on user location, specific actions, device, referral source, and more.

Segmenting your list with this information makes it easy for you to send more highly targeted and follow-up emails to your audience and potential customers, which are more likely to convert them into customers.

#### 1. Install and Activate the OptinMonster Plugin

OptinMonster is a premium plugin, but plans start from just $9 a month, which includes list segmentation and basic targeting rules.

Head over to the [OptinMonster website](https://optinmonster.com/pricing/) to purchase the plugin and set up your account.

You can install the plugin from your WordPress dashboard by navigating to **Plugins » Add New** and searching for “OptinMonster.” After you’ve installed and activated the plugin, you’ll need to connect it to your OptinMonster account to use it.

If you need help installing or connecting the plugin, there’s a[ full installation guide](https://optinmonster.com/docs/how-to-install-the-optinmonster-wordpress-plugin/) on the OptinMonster site.

#### 2. Set Up a New Campaign

Once you’ve set up OptinMonster on your WordPress site, navigate to **OptinMonster » Campaigns**, and click the **Add New** button.

![Add new OptinMonster campaign](https://wpmailsmtp.com/wp-content/uploads/2023/08/add-new-optinmonster-campaign.png)From the popup, choose **Templates**.

![Create OptinMonster campaign](https://wpmailsmtp.com/wp-content/uploads/2023/08/create-optin-monster-campaign.png)Next, choose a campaign type and a template.

For this tutorial, we’ll choose a popup with the **Subscribe To Email** template.

![Select an OptinMonster template](https://wpmailsmtp.com/wp-content/uploads/2023/08/optinmonster-select-a-template.png)Click the **Use Template** button on the **Subscribe To Email** template and enter a name for your campaign.

![Name your OptinMonster campaign](https://wpmailsmtp.com/wp-content/uploads/2023/08/name-optinmonster-campaign.png)When you click the **Start Building** button, you’ll be taken to the OptinMonster drag-and-drop campaign builder to customize the design and behavior of your popup.

![OptinMonster campaign builder](https://wpmailsmtp.com/wp-content/uploads/2023/08/optinmonster-campaign-buildre.png)With OptinMonster’s display rules, you can set this popup to display only under certain conditions. Click on the **Display Rules** tab and click on the conditions dropdown to change it.

![OptinMonster conditions to display popup](https://wpmailsmtp.com/wp-content/uploads/2023/08/optinmonster-display-ruleset.png)You have many options for display rules with OptinMonster. For this example, we’ll choose to show the popup only when users are on a specific page.

![OptinMonster conditions](https://wpmailsmtp.com/wp-content/uploads/2023/08/optinmonster-conditions.png)There is a lot of flexibility when you’re setting up this condition. You can restrict it to a single page, any page other than the homepage, or specify URLs containing specific keywords. For example, if you want to encourage users to sign up for your newsletter when they’re reading your blog, you could set the condition to “current url path contains blog.”

![OptinMonster ruleset](https://wpmailsmtp.com/wp-content/uploads/2023/08/optinmonster-ruleset-1.png)After you’ve finished setting up your display rules, click the **Integrations** tab to connect to your email marketing platform.

#### 3. Connect OptinMonster to Your Email Marketing Service

We’ll continue with using Constant Contact as the example.

![OptinMonster integrations](https://wpmailsmtp.com/wp-content/uploads/2023/08/optinmonster-integrations.png)Continue following the steps to connect to Constant Contact and link your OptinMonster account.

For more details on using Constant Contact with OptinMonster, you can follow this complete tutorial on [how to create a Constant Contact form in WordPress](https://optinmonster.com/how-to-connect-constant-contact-with-wordpress/).

With the help of OptinMonster, you can easily add users to different lists or tag them based on behavior, location, customer status, and other data. You can then set up an email automation in Constant Contact to send targeted marketing messages or an entire drip campaign of personalized emails for different audiences.

### Example 4: Automatically Deliver Digital Products With Easy Digital Downloads

![Easy Digital Downloads](https://wpmailsmtp.com/wp-content/uploads/2023/08/easydigitaldownloads.png)One of the benefits of [selling digital products online](https://wpmailsmtp.com/best-digital-download-plugins-for-wordpress/) is that you can automate the entire customer journey. Instead of packing and shipping products, you can set up an automated email to deliver your ebooks, courses, templates, and other digital products as soon as a customer has completed checkout.

To set this up, we’ll be using the [Easy Digital Downloads](https://easydigitaldownloads.com/) plugin, which is an eCommerce plugin designed specifically for digital products.

Before you get started, make sure you’ve followed the [earlier guide on configuring your WordPress site for email deliverability](#Configure_Your_Website_for_Email_Deliverability). When users buy digital products, they expect to receive them immediately, so you definitely don’t want to deal with any angry customers who [haven’t received their emails from EDD](https://wpmailsmtp.com/easy-digital-downloads-email-not-sending-how-to-fix/).

#### 1. Install and Activate the Easy Digital Downloads Plugin

Start by installing the Easy Digital Downloads plugin on your WordPress site. You can follow this [step-by-step guide to installing a WordPress plugin](https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/) if you need clarification on the process.

Once the plugin is installed and activated, click the **Get started** button to set up your account.

![Easy Digital Downloads welcome screen](https://wpmailsmtp.com/wp-content/uploads/2023/08/edd-get-started.png)This will take you through the process of setting up Easy Digital Downloads, step by step.

#### 2. Set Up Your Email Purchase Receipts

You’ll first need to fill out some information about your business. Fill out the form and click the **Save and continue** button to move on to the next step of the setup wizard.

![Enter business information](https://wpmailsmtp.com/wp-content/uploads/2023/08/edd-business-info.png)Continue through the payment methods to connect your site to Stripe. You can then customize the automated email receipts that will be sent to customers when they make a purchase on your site.

Fill out the **To** and **From** fields of the email and the **Subject line**. You can also upload a logo if you wish. Complete editing your email purchase receipt by editing the body of the email. The default email already has smart tags included to personalize the email.

![Editing Easy Digital Downloads email purchase receipt](https://wpmailsmtp.com/wp-content/uploads/2023/08/edd-email-body.png)Continue through the wizard to enter your digital product name, image, and price.

![EDD product info](https://wpmailsmtp.com/wp-content/uploads/2023/08/edd-product-info.png)You can also upload your digital product at this stage or add it later.

When you complete the wizard, Easy Digital Downloads will save your product with all of its information.

#### 3. Test Your Automated Email Receipts

Before you publish your checkout page, it’s a good idea to test your email to make sure it works properly and looks the way you intended.

Easy Digital Downloads makes this really easy. Just go to **Downloads » Settings** in your WordPress dashboard and click on the **Emails** tab and then **Purchase Receipts**.

Click the **Send Test Email** button to send a test email to the admin email address.

![Send EDD test email](https://wpmailsmtp.com/wp-content/uploads/2023/08/send-test-email-edd.png)The email should look something like this:

![Easy Digital Downloads purchase receipt](https://wpmailsmtp.com/wp-content/uploads/2023/08/edd-purchase-receipt-1.png)If you don’t get the email, ensure you have the WP Mail SMTP plugin installed and set up on your site to make sure it’s delivered.

If you receive the email and everything looks ok, you can go ahead and go to **Downloads » Downloads** in your WordPress dashboard to view and publish your digital products, just like you would with a post or page.

For more detailed instructions, see the Easy Digital Downloads guide on [how to send automated eCommerce emails in WordPress](https://easydigitaldownloads.com/blog/how-to-send-automated-ecommerce-emails-in-wordpress/).

The Easy Digital Downloads plugin installs an entire checkout process so your website visitors can buy your digital products and receive the automated email with a link to download the product. All you need to do is upload your products once and let the plugin take care of the rest!

### Example 5: Send Automated Transactional Emails With FunnelKit Automations

![FunnelKit Automations](https://wpmailsmtp.com/wp-content/uploads/2023/08/funnelkit-automations.png)Another situation where automated emails are essential is if you have a WooCommerce store. To run an online store efficiently, you’ll need a system for sending transactional emails, which are emails sent to a customer after they complete a transaction online.

For example, you’ll probably want to send an order confirmation email to let the customer know their order was received, and you can also send emails with shipping confirmation, tracking information, and other helpful information for online shoppers.

WooCommerce does send some of these emails by default, but the [FunnelKit](https://funnelkit.com/) plugin allows you to send more advanced automated customer experience emails such as abandoned cart reminders and follow-up emails, customer anniversary messages, automated upsells and product recommendations, and more.

#### 1. Install and Activate the FunnelKit Automations Plugin

You can install FunnelKit Automations from your WordPress dashboard by navigating to **Plugins » Add New** and searching for “FunnelKit Automations.” Click the **Install Now** button to install the plugin.

![Install FunnelKit Automations](https://wpmailsmtp.com/wp-content/uploads/2023/08/install-funnelkit-automations.png)Wait a few moments for the plugin to install, then click the **Activate** button.

![Activate FunnelKit Automations](https://wpmailsmtp.com/wp-content/uploads/2023/08/activate-funnelkit-automations.png)#### 2. Create an Automation

Once the plugin is installed and activated, you can go to **FunnelKit Automations » Automations (Next Gen)** and click the **Add New Automation** button.

![Add new FunnelKit automation](https://wpmailsmtp.com/wp-content/uploads/2023/08/funnelkit-add-new-automation.png)FunnelKit Automations comes with a library of pre-built automations to choose from, or you can create your own automation from scratch with the drag-and-drop builder.

![FunnelKit Automations library](https://wpmailsmtp.com/wp-content/uploads/2023/08/funnelkit-automations-library.png)If you click on the **Abandoned Cart Reminder**, you’ll see precisely how the automation works for cart abandonment emails, including actions and time delays.

![FunnelKit Abandoned Cart Automation](https://wpmailsmtp.com/wp-content/uploads/2023/08/funelkit-abandoned-cart-automation.png)To use this automation template, click the **Import** button in the top right corner, enter a name for your automation, and click **Create**.

![Create a FunnelKit Automation](https://wpmailsmtp.com/wp-content/uploads/2023/08/create-funnelkit-automation.png)This will take you to the drag-and-drop automations builder, where you can edit the automation if you wish. Once you’re happy, toggle the **Active** setting in the top right corner to **on** to activate the automation.

When your automation is active, you can see it under **FunnelKit Automations » Automations (Next Gen)**, where you can deactivate, duplicate, edit, or export it as you wish.

![FunnelKit Automations Overview](https://wpmailsmtp.com/wp-content/uploads/2023/08/funnelkit-automations-overview.png)#### 3. Customize WooCommerce Emails

As well as offering pre-built automations that you can activate at the click of a button, the Pro version of FunnelKit Automations also provides a visual drag-and-drop builder for creating and editing WooCommerce emails.

To use this feature, you’ll need to [upgrade to FunnelKit Automations Pro](https://funnelkit.com/wordpress-marketing-automation-autonami/). Once you’ve purchased the Pro plugin, install and activate it in your WordPress dashboard and enter your license key. There are [full instructions on the FunnelKit site](https://funnelkit.com/docs/autonami-2/getting-started/installation/) if you need help.

To start customizing your WooCommerce emails, go to **FunnelKit Automations » Templates** in your WordPress dashboard main menu, then click the **Add New Template** button.

![Add new FunnelKit template](https://wpmailsmtp.com/wp-content/uploads/2023/08/funnelkit-add-new-template.png)Enter a name for your template and click the **Add** button.

![Add new FunnelKit template](https://wpmailsmtp.com/wp-content/uploads/2023/08/new-funnelkit-template.png)Add a subject line and preview text for your email. You can also edit the text in the body of the email.

![Edit WooCommerce email](https://wpmailsmtp.com/wp-content/uploads/2023/08/edit-woocommerce-email.png)To use the visual email builder, select the **Visual Builder** radio button and click the **Start** button to launch the builder.

![Launch visual editor in FunnelKit](https://wpmailsmtp.com/wp-content/uploads/2023/08/funnelkit-launch-visual-editor.png)Once you’re in the builder, you can easily customize how your WooCommerce emails look by dragging and dropping columns, images, headings, buttons, and other elements. With the visual builder, it’s simple to create professional-looking emails designed to optimize conversions and move users through the sales funnel.

![FunnelKit drag-and-drop email builder](https://wpmailsmtp.com/wp-content/uploads/2023/08/funnelkit-drag-and-drop-email-builder.png)When you’re finished editing, click the **Save** button and close the editor.

You can see a preview of your finished template or send a test email using the buttons at the bottom of the template page. Remember to click the **Save** button when you’re happy with everything.

![Save FunnelKit email settings](https://wpmailsmtp.com/wp-content/uploads/2023/08/save-funnelkit-email-settings.png)This is just a brief overview of the possibilities that FunnelKit offers for automated WooCommerce emails. For example, you can follow this detailed guide on [how to create automated birthday and anniversary emails](https://www.wpbeginner.com/wp-tutorials/how-to-send-automated-birthday-anniversary-emails-in-woocommerce/) if you’d like help with automating emails to send greetings, coupons, and other incentives to your customers on their birthdays.

Be sure to also check out our full [review of FunnelKit](https://wpmailsmtp.com/funnelkit-review/), which explores both the automation and funnel-building sides of the platform.

### Example 6: Send Automated Emails With Uncanny Automator

![Uncanny Automator](https://wpmailsmtp.com/wp-content/uploads/2023/08/uncanny-automator.png)[Uncanny Automator](https://automatorplugin.com/) is a no-code automation plugin that integrates your WordPress site with over 100 other apps and services for automated email marketing, eCommerce, social media, CRM, and more.

Using Uncanny Automator to send automated emails gives you total flexibility to send one-off emails outside of your drip campaigns triggered in real-time by various actions or events on your WordPress site.

For example, let’s say you want to send specific blog posts directly to your target audience automatically, as soon as they’re published. You can easily do this by creating an email automation for tagged posts in Uncanny Automator.

#### 1. Install and Activate the Uncanny Automator Plugin

In your WordPress dashboard, navigate to **Plugins » Add New**, and search for “Uncanny Automator.” Click the **Install Now** button next to the plugin.

![Install Uncanny Automator plugin](https://wpmailsmtp.com/wp-content/uploads/2023/08/install-uncanny-automator.png)When the plugin has finished installing, be sure to click the **Activate** button before you can use the plugin.

If you get stuck at any stage, you can follow this [step-by-step guide to installing a WordPress plugin](https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/).

#### 2. Sign Up for an Uncanny Automator Account

After you’ve installed and activated the plugin, go to **Automator** **» Setup Wizard** in your WordPress dashboard sidebar menu to be walked through setting up the plugin.

![Access the Uncanny Automator Setup Wizard](https://wpmailsmtp.com/wp-content/uploads/2023/08/uncanny-automator-setup-wizard.png)When the wizard launches, click the button to **Connect your free account**.

![Connect Uncanny Automator account](https://wpmailsmtp.com/wp-content/uploads/2023/08/connect-uncanny-automator-account.png)This will take you to the Uncanny Automator website, where you can sign up for a free account. Fill out your details and click the **Sign up** button.

![Sign up to Uncanny Automator](https://wpmailsmtp.com/wp-content/uploads/2023/08/sign-up-to-uncanny-automator.png)Once you’ve signed up, you can click the button to return to your WordPress site and **Create my first recipe**.

![Uncanny Automator Setup Complete](https://wpmailsmtp.com/wp-content/uploads/2023/08/uncanny-automator-setup-complete-1.png)#### 3. Create an Uncanny Automator Recipe

“Recipes” are essentially Uncanny Automator’s name for automated workflow templates. You can either create email workflows for logged-in users or all users. For this use case, we’ll choose the option for logged-in users.

![Create recipe for logged-in users](https://wpmailsmtp.com/wp-content/uploads/2023/08/create-recipe-for-logged-in-users.png)After clicking the **Confirm** button, you’ll be taken to a page where you can edit your recipe. Get started by entering a name for your recipe at the top of the page.

As we want to trigger an email when we complete an action in WordPress (publishing a new blog post), choose WordPress as the integration trigger.

![Choose an integration trigger in Uncanny Automator](https://wpmailsmtp.com/wp-content/uploads/2023/08/add-integrations-to-uncanny-automator.png)A dropdown of available triggers will appear. Scroll down and select the option “A user publishes a post in a taxonomy.”

![Choose a WordPress trigger](https://wpmailsmtp.com/wp-content/uploads/2023/08/choose-wordpress-trigger.png)You can now choose the post category or tag you want to send to emails. Let’s choose only posts tagged with “newsletter.”

Select “Tag” for the **Taxonomy** and “Use a token/custom value” for the **Term**. Type “newsletter” in the sub-field under **Term**, then click the **Save** button.

![Choose the WordPress tag you want to send as automated email](https://wpmailsmtp.com/wp-content/uploads/2023/08/post-taxonomy-settings-for-wordpress-trigger.png)Make sure the trigger is set to **Live**.

![Set trigger to live](https://wpmailsmtp.com/wp-content/uploads/2023/08/trigger-is-live.png)Next, click the **Add Action** button.

![Add action](https://wpmailsmtp.com/wp-content/uploads/2023/08/add-action.png)As we want to send automated emails with Uncanny Automator, we’ll need to choose an email service as an action. You can either choose a email marketing service like ActiveCampaign or Mailchimp, or you can select “Emails,” which uses WordPress to send emails to email addresses you specify.

If you do choose to send your emails through WordPress, make sure you’ve [installed and configured WP Mail SMTP](https://www.wpbeginner.com/plugins/how-to-set-up-wp-mail-smtp-with-any-host-ultimate-guide/) first to make sure your emails are sent properly and get delivered.

#### 4. Connect Uncanny Automator to Mailchimp

As we want to send an email to our list rather than specific email addresses, we’ll use Mailchimp for the integration. Scroll down and click the **Mailchimp** integration.

![Select Mailchimp as the integration](https://wpmailsmtp.com/wp-content/uploads/2023/08/select-mailchimp-integration.png)Next, click the **Connect account** link to connect Uncanny Automator with your Mailchimp account.

![Connect Uncanny Automator to Mailchimp](https://wpmailsmtp.com/wp-content/uploads/2023/08/connect-uncanny-automator-to-mailchimp.png)Continue through the online instructions to connect your account. You’ll need to log into your Mailchimp account (or create a new account) and authorize Uncanny Automator to access it.

Choose **Create and send a campaign** from the dropdown list of actions.

![Create and send a campaign](https://wpmailsmtp.com/wp-content/uploads/2023/08/create-and-send-a-campaign-mailchimp-action.png)You can then give your email campaign a name, choose a list, select an audience segment or tag if you wish, and other settings for your automated emails.

![Filling out Mailchimp campaign details in Uncanny Automator](https://wpmailsmtp.com/wp-content/uploads/2023/08/mailchimp-campaign-in-uncanny-automator.png)You can use tokens to insert data from your blog post directly in the email for the email subject and content. Click the asterisk (\*) icon and select **Post title** from the dropdown for the email subject and **Post content** for the email content.

When you’re finished, click the save button at the bottom of the form.

You then just need to change your recipe status from **Draft** to **Live** to start automating emails.

![Live Uncanny Automator recipe](https://wpmailsmtp.com/wp-content/uploads/2023/08/live-uncanny-automator-recipe-1.png)And that’s it! Now, every time you publish a post tagged with “newsletter” on your blog, it will automatically be [sent to your list via Mailchimp](https://wpmailsmtp.com/how-to-use-wp-mail-smtp-with-mailchimp/).

### Frequently Asked Questions

We’ve covered several methods of sending automated emails in WordPress in this article, but if you’re still unsure, take a look at our most frequently asked questions about email automation.

#### What Are the Benefits of Automated Email?

Automated email offers many benefits, primarily saving you the time and effort of emailing your users manually. Many WordPress plugins can be used to automate emails on your site for several use cases, such as:

- Welcome messages when users or new customers sign up to your site
- Notifications about new posts and features
- Order confirmations and shipping notifications
- Failed payment alerts
- Abandoned cart emails when a customer has added an item to their shopping cart but has not completed checkout
- Communications related to user accounts, such as subscription confirmations and password reminders
- Onboarding emails and email sequences for online courses
- Re-engagement and lead nurturing emails
- Drip campaigns and other emails as part of your integrated marketing strategy

Using automation plugins to generate and send these emails for you is more efficient and will save you a lot of time. You’ll see more results from your marketing efforts as open rates increase, and you can customize call-to-actions and track metrics, increasing your conversion rates.

Moreover, one of the main benefits of email automation is that it creates a better experience for your users and improved customer relationships. Your followers can instantly receive alerts, updates, and digital purchases without waiting for you to email them.

#### What Is the Difference Between Automated and Broadcast Email?

Unlike automated emails, broadcast emails are set up and sent manually. Broadcast email is when you send an email to everyone on your list or your entire customer base at the same time. This type of email isn’t really automated; You still have to press the “send” button. However, you can set it up in advance to send the email at a specific date and time.

Automated emails, on the other hand, are triggered by a user action, an event on a website, a time delay, or any other condition you set.

#### What Is the Best Automated Email Service?

We recommend Constant Contact and Brevo for email automation as they are powerful and easy to use. There are many different email marketing tools offering features designed for different needs. You can read this roundup of the [best email marketing services](https://www.wpbeginner.com/showcase/best-email-marketing-services/) for more recommendations and an overview of each service.

[Fix Your WordPress Emails Now](https://wpmailsmtp.com/pricing/)

### Next, Create More Automations in WordPress

If you want to be more efficient and streamline your workflow, many marketing automation tools also include Slack integration. Take a look at our guide to the [best Slack integrations](https://wpmailsmtp.com/top-slack-integrations-for-wordpress/) for WordPress sites.

We’ve also rounded up the [best Google Workspace plugins](https://wpmailsmtp.com/google-workspace-plugins-for-wordpress/) for WordPress that allow you to automate data input in Google Sheets, schedule events on Google Calendar, and more.

Looking for someone to help you with your WordPress site maintenance? Check out these [WordPress maintenance services](https://wpmailsmtp.com/best-wordpress-maintenance-services/).

Ready to fix your emails? [Get started today](https://wpmailsmtp.com/pricing) with the best WordPress SMTP plugin. If you don’t have the time to fix your emails, you can get full White Glove Setup assistance as an extra purchase, and there’s a 14-day money-back guarantee for all paid plans.

If this article helped you out, please follow us on [Facebook](https://facebook.com/wpmailsmtp) and [Twitter](https://twitter.com/wpmailsmtp) for more WordPress tips and tutorials.

**Categories:** WordPress Tutorials

**Tags:** Email notifications, transactional email, woocommerce, wordpress email

---

