PHP Classes

Universal PHP Mailer (HTML)

Recommend this page to a friend!

      Universal PHP Mailer  >  All threads  >  Universal PHP Mailer (HTML)  >  (Un) Subscribe thread alerts  
Subject:Universal PHP Mailer (HTML)
Summary:html does not format in html
Messages:4
Author:Superluk
Date:2017-07-30 21:06:45
 

  1. Universal PHP Mailer (HTML)   Reply   Report abuse  
Picture of Superluk Superluk - 2017-07-30 21:06:45
Hi, i enjoy this class, and it works very good. But the HTML function does not work with me.
I can format "bold" and so on. But can not use a style (with color of font, size of font etc) also is it not possible to size the images.
What i have to do to use real html in universalPHPMailer?

thanks for answer

  2. Re: Universal PHP Mailer (HTML)   Reply   Report abuse  
Picture of Peter Kahl Peter Kahl - 2017-07-30 22:38:31 - In reply to message 1 from Superluk
This "problem" is not the problem of the mailer.

You need to study on what is required to create proper HTML code for email message. The specifications are bit different from a typical web page.

Some examples:
github.com/leemunroe/responsive-htm ...
templates.mailchimp.com/
en.wikipedia.org/wiki/HTML_email


Sizing images is possible.

Using styles is possible, but tricky. Use the above URL examples.

Good luck,
Peter

  3. Re: Universal PHP Mailer (HTML)   Reply   Report abuse  
Picture of Superluk Superluk - 2017-07-31 11:53:28 - In reply to message 2 from Peter Kahl
works great with the email-template with inside-css

thank you

  4. Re: Universal PHP Mailer (HTML)   Reply   Report abuse  
Picture of Peter Kahl Peter Kahl - 2018-04-24 09:37:37 - In reply to message 3 from Superluk
Thanks for letting me know.