PHP Classes

eml parser

Recommend this page to a friend!

      MIME E-mail message sending  >  All threads  >  eml parser  >  (Un) Subscribe thread alerts  
Subject:eml parser
Summary:eml parser for used this class and personalise
Messages:3
Author:Pawel Nowosielski
Date:2019-02-19 12:02:54
 

  1. eml parser   Reply   Report abuse  
Picture of Pawel Nowosielski Pawel Nowosielski - 2019-02-19 12:02:54
Hello again,

I am looking for a way to import an eml e-mail into your clasy, and then personalize it and send it.
The eml file will also contain pictures.
Do you know the way how to do it, or maybe you know what class to use?

Best regards,
Pawel

  2. Re: eml parser   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2019-02-20 04:54:49 - In reply to message 1 from Pawel Nowosielski
You need to use the MIME parser class instead to extract the message structure and then use the MIME message class to rebuild the message you want to send.

The MIME parser class is here:

phpclasses.org/package/3169-PHP-Dec ...

  3. Re: eml parser   Reply   Report abuse  
Picture of Pawel Nowosielski Pawel Nowosielski - 2019-02-20 10:26:20 - In reply to message 2 from Manuel Lemos
Thank you for the information.

Best regards,
Pawel