How to send Styled Text bulk email

A

admin

Guest
How to send Styled Text bulk email. MaxBulk Mailer supports several message formats. One of them is the Styled Text format. It is one of my favorites because of its simplicity. Indeed, anyone can use it without any previous knowledge.

With MaxBulk Mailer, when you need to deliver a message to your contacts you have the choice between several formats. You can send your email in Plain Text, Styled Text, HTML, or even using the Markdown format.

Depending on the type of message, a format can be better than other. The Plain Text format is simple but quite limited, the Styled Text format is also very easy to use but allows styles, HTML allows you to send amazing emails but it is a bit more complex and Markdown is great but needs you to know the format.

What is the Styled Text format​


The Styled Text format is a text format that allows formatting and styles. Unlike the Plain Text format, you are allowed to use bold, italic, underline, colors, different text sizes, and whatever font supported by your operating system. As a result, you can customize your message and even embed links into text like in web pages.

In just a few minutes, it is perfectly feasible to write an email and get it ready to be sent. In addition, you can preview the full message including the headers (From, To, Subject, etc.) at any time and make sure everything looks as expected.

Furthermore, you can add pictures, insert emojis, change the background color, align the text (center, justify, right) and even use tags to display the recipient’s data into the message like any other MaxBulk Mailer format.

Note that Styled Text is just text you can format by using the formatting toolbar. However, MaxBulk Mailer will convert it into HTML at the delivery time. This is completely transparent but it allows you to insert pieces of HTML code into your message. HTML code added this way will go through the HTML converter as is.

In conclusion, the Styled Text format is something you have to look at. Maybe be it is just enough for what you need in terms of email delivery. Above all, it is very easy to use.

How to send Styled Text bulk email​


Just create a new document and select Styled Text from the format pull-down menu if not already selected. Indeed you can set this format as the default in the MaxBulk Mailer preferences.

Once you select that format you will get a formatting toolbar just above the message field.

You can now write your message and apply styles. As said before you can preview your message by clicking on the Preview tab at any time.

Make sure you don’t use unsupported fonts. I mean, perhaps a recipient of yours will read your message on a computer with a different operating system. So better use standard fonts like Helvetica, Verdana, Arial, etc. A missing font may cause a slightly different message appearance because it will be replaced with another one.

Some recommendations when using Styled Text​


Nowadays the trend is to use short messages split into small chapters with short sentences. Please avoid overloading your message with irrelevant text. Make it very clear. Furthermore, I recommend using a decent text size anybody can read without straining its eyes (and even without glasses). What about Verdana 20? Do you think it looks too big? Well, it turns out it is what I use here at Maxprog for all our bulk email campaigns.

How to send Styled Text bulk email


If you are sending a marketing message make sure you also include a call-for-action button or link and a working landing page. You will find more information about this here: How to create a landing page for your email campaign?

It is also a great idea as usual to customize your message with each recipient´s data. As I have said many times it is important that your customer believe the message was sent to him only. I explain this in detail here: How to send personalized mass emails.

What about pictures?​


The best way to add a graphic is by URL. I mean, by adding HTML code to fetch the picture from your website. You just need to use this code replacing IMAGE_URL_HERE with the real URL:

<img src="IMAGE_URL_HERE">

For example, try to copy and paste the line below to MaxBulk Mailer and click on the Preview tab:

<img src="https://maxprog.com/img/ostrich.jpg">

and if you need to center the picture here is the code:

<img src="IMAGE_URL_HERE" style="display: block; margin-left: auto; margin-right: auto">

For example, try to copy and paste the line below to MaxBulk Mailer and click on the Preview tab:

<img src="https://maxprog.com/img/ostrich.jpg" style="display: block; margin-left: auto; margin-right: auto">

How to send Styled Text bulk email with pictures


How can I insert HTML code​


When we insert pictures the way we have done above, we have already used HTML code actually. However, we can do much more than that. We can also add tables, set a given piece of text background, insert a picture with a link, add separators, etc.

Here you see how to send a link to a PDF with a picture with text on the right and surrounded by a rounded frame: How can I send a link to a PDF. Feel free to copy and paste the code to a MaxBulk Mailer document a try by yourself.

You can also change the text background color with the following code:

<mark> Free offer until Sunday! </mark>

Free offer until Sunday!

and both the text and the background color this way:

<mark style="color: white; background: red"> Hurry Up! </mark>

Hurry Up!

or even with a rounded background:

<mark style="color: white; background: blue; border-radius: 10px; padding: 5px"> $99.99 only! </mark>

$99.99 only!

You can also add a separator with this code:

<hr>



and you also change the separator appearance this way:

<hr style="border-top: 5px dotted grey">



You can a table with this code:

Code:
<table>
<tr style="color: white; background-color: blue"><td> Product </td><td> Price </td></tr>
<tr><td> MaxBulk Mailer </td><td> $54.90 </td></tr><tr><td> eMail Verifier </td><td> $24.90</td></tr>
<tr><td> eMail Extractor </td><td> $24.90 </td></tr>
</table>

Product Price
MaxBulk Mailer $54.90
eMail Verifier $24.90
eMail Extractor $24.90

In conclusion, with the Styled Text format, you can do a lot of interesting things, it is well worth a try actually.

Once you have created a great design you can simply save a template by using the MaxBulk Mailer ‘File > Save As Template’ menu and reuse your formattings.

And remember that you can click on the ‘Preview’ tab and see how your message looks like at any time.

The post How to send Styled Text bulk email appeared first on Tips and tricks.

Continue reading...
 
Top