nuevoMailer
2024
Idea lab
  https://www.nuevomailer.com/mailer/subscriber/newsLog.php?488
1 year , 4 months ago

Having a List-unsubscribe header in your emails has many benefits.

  • Improved deliverability: email service providers (ESPs) like Gmail, Yahoo, and Outlook often favor emails with list unsubscribe headers. They see this as a sign that the sender is following best practices, which can improve the likelihood of your emails reaching the inbox rather than the spam folder.
  • Enhanced user experience: providing a clear and easy way for recipients to unsubscribe reduces frustration. When users can easily opt-out, it reflects positively on your brand and reduces the chance of negative feedback.
  • Reduced spam complaints: if recipients can easily unsubscribe, they are less likely to mark your emails as spam. High spam complaint rates can harm your sender reputation and overall deliverability.
  • Learn how to setup the List unsubscribe header in nuevoMailer.
Read more
  https://www.nuevomailer.com/mailer/subscriber/newsLog.php?460
1 year , 9 months ago
Top challenges small and mid-sized businesses face with email marketing

In this article we cover some key challenges faced by small and mid-sized businesses doing email marketing.

We provide insights for dealing with the following issues:

  1. Audience: building and maintaining an email list
  2. Content: creating engaging newsletters
  3. Deliverability issues
  4. Analyzing and understanding data
  5. Compliance with regulations
  6. Additional challenges

You can read the complete article here.

Read more
  https://www.nuevomailer.com/mailer/subscriber/newsLog.php?434
1 year , 11 months ago
Autoresponders that are sent before an event

By definition and as the name implies autoresponders come as a response after an event has occurred. Such an event is for example sign-up to a list.

With nuevoMailer you can also create autoresponders that are based on custom subscriber fields of type date and fire before the given date.

The most typical example is Birthdays & Weddings. But it can be any type of anniversary dates or other dates that are very specific to your business (order date, visit date, expiration date and similar).

Here is how it's done:

Exact day comparison: how to use

  • For anniversaries you should not check this box because you are only interested on the day and month of the event.
  • Take the birthday example. You can create an autoresponder that sends a newsletter one week before: "Your birthday is coming - Make your plans now".
  • Some examples where you should check this box are the following:
  • Order dates, expiration dates, end of support dates, next-visit dates. For such cases you could create an autoresponder with a newsletter like "Your next [appointment] is on 5 days"

Final tip
If you plan to use this feature you should ideally combine it with external database import and synchronization. These articles explain how to import customers and order dates from WooCommerce and Prestashop but the concepts can be applied to any relational databases.

Read more
  https://www.nuevomailer.com/mailer/subscriber/newsLog.php?421
1 year , 11 months ago
Adding a background image to your opt-in forms

Update: with the latest versions of nuevoMailer you can add a background image when creating your form. This article may still be useful for older nuevoMailer versions.

In this simple step-by-step guide you will see how easy it is to add a background image to your opt-in form.

Steps

  1. Create or find a background image that you like. The image dimensions should be more or less similar to your form's width and height. It is ok and it is better to be larger.
  2. Upload the image in your assets folder. Tip: use the upload utility you have in your newsletter Html editor:
  3. Create and save an opt-in form or open an existing one. Go to your opt-in forms page and click this icon:
  4. Scroll down to this part of the code and add the highlighted code that you see here:
  5. Adjust the image URL to match your nuevoMailer installation URL and directory. Here are the lines to copy-paste:
    background-image: url("https://www.yourdomain/nuevomailer/assets/your_image.png");
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
  6. Click the "Update" green button at the bottom of the pop-up window to save your changes. 
  7. Click this icon to view the form: 
  8. Depending on the colors you used you may need to edit your form and choose different colors for your labels, input boxes and other form contents. When you edit a form, custom changes in the code are lost. So open again the pop-up to add the code for the background image.
  9. For the URL of the background-image and assuming your image is located in the assets folder, you may also use a relative path like this:  
    background-image: url("../assets/your_image.png");
Read more
  https://www.nuevomailer.com/mailer/subscriber/newsLog.php?417
2 years , 7 days ago

In this post we cover the following topics:

- What are dormant or inactive subscribers

- What is re-engagement and how it is done

- Ideas for re-engagement campaigns and emails

- How to better use nuevoMailer for effective re-engagement and list segmentation.

Visit this page to read the complete article.

Read more
  https://www.nuevomailer.com/mailer/subscriber/newsLog.php?415
2 years , 11 days ago

What is CTOR and how it is calculated.

Different vendors have different ways of measuring CTOR. For example, Litmus defines it in this way:

"The click-to-open rate (CTOR) is how many of your opened emails were clicked on."

We believe this is accurate and we use exactly the same way in nuevoMailer reports.

The CTOR shows what percentage of those who viewed the newsletter clicked at least one link.

In other words we count the "clickers" within the "openers" group.

These groups may vary. The "view or open" of a newsletter can only be captured when the recipient explicitly allows image downloading when viewing the email. In most cases this is enabled by default (at least for subscribers that have you as a trusted sender). But one can still click a link without downloading images.

So with CTOR we focus on those who opened and clicked.

Read more