Home Products Downloads News Store Support

How to send Styled Text bulk email | How to use Maxprog products Maxprog's Blog

How to send Styled Text bulk email

How to use Maxprog products Maxprog's Blog

Compatible with MS Windows Compatible with MacOS


How to send Styled Text bulk email

Topics

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 another. 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 add hyperlinks


In order to add hyperlinks to your message, it is recommended to use the Hyperlink Manager. Using the Hyperlink Manager will guarantee your link will be properly formatted.

Select the "Edit > Insert Hyperlink > Edit" menu and add your hyperlink(s). Then use the "Edit > Insert Hyperlink > your hyperlink" to insert it into your message.

A faster way is to write your link text, select it and right-click on it pressing the Shift key and then selecting the "Link To URL" menu (or select the "Message > Link to URL" menu from the main menu bar or click on the hyperlink button in the toolbar right above the message field). Enter your URL and click on the Ok button. The Hyperlink will be added to the Hyperlink Manager and the text replaced by the proper hyperlink tag.

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:

<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 


You can also hide words, sentences of full paragraphs with the special HTML <!-- and --> codes this way:

<!-- Text to hide -->

Finally, when writing your message, you likely discovered that only one remains if you write several consecutive spaces. All the others vanish from the final message. That is again because MaxBulk Mailer converts Styled Text into HTML, and HTML doesn't support successive spaces. However, there is a way to overcome this limitation. Just add non-breaking spaces instead of regular spaces. You can add non-breaking spaces using the Option + Space shortcut!

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 what your message looks like at any time.





Recent questions from our MaxBulk Mailer users
  451 Error code NEW Screenshot
  Problem sending email to Gmail recipients NEW Screenshot
  What is the meaning of the recipient panel icons NEW Screenshot
  What is the best mail server I can use with MaxBulk Mailer Screenshot
  How can I export my lists to a new computer Screenshot
  How to send a HTML email Screenshot
  How to hide text in my message Screenshot
  Google ending support for less secure apps YouTube Video
  How to add social networks icons to my message Screenshot
  How do I set up an unsubscribe link Screenshot
  How to export several lists into to a single file Screenshot
  What are the Zoho mail settings for MaxBulk Mailer? Screenshot
  Emails sent but not received Screenshot
  HTML Email is received empty Screenshot
  How to use an alternative text when a tag value is empty Screenshot

MaxBulk Mailer is a full-featured and easy-to-use bulk mailer and mail-merge software for macOS and Windows that allows you to send out customized press releases, prices lists, newsletters and any kind of text or HTML documents to your customers or contacts.

MaxBulk Mailer is fast, fully customizable and very easy to use. MaxBulk Mailer handles plain text, HTML and rich text documents and gives full support for attachments. With MaxBulk Mailer you will create, manage and send your own powerful, personalized marketing message to your customers and potential customers.

Thanks to its advanced mail-merge and conditional functions you can send highly customized messages and get the best results of your campaigns. You also have support for international characters, a straightforward account manager with support for all type of authentication schemes including SSL, a complete and versatile list manager, support for importation from a wide range of sources including from remote mySQL and postgreSQL databases.

MaxBulk Mailer is a software tool that you purchase once, no need to pay on a per-email basis to submission services!

▾ Last videos, Online events and Q&A Sessions ▾
▾ Last customer reviews ▾


Did you like this post?


🔐 Secured by Comodo SSL | UptimeRobot - Site Loaded properly