PHP Classes

Newsletter

Recommend this page to a friend!

      MIME E-mail message sending  >  MIME E-mail message sending package blog  >  How Can PHP Send Emai...  >  All threads  >  Newsletter  >  (Un) Subscribe thread alerts  
Subject:Newsletter
Summary:Developing a newsletter system
Messages:14
Author:Hugo Rodrigues
Date:2007-05-09 15:59:26
Update:2008-01-08 07:45:31
 
  1 - 10   11 - 14  

  11. Re: Newsletter   Reply   Report abuse  
Picture of Caio Marcolino Caio Marcolino - 2008-01-06 02:33:40 - In reply to message 2 from Manuel Lemos
I have a answer about this... can you speak portuguese??

  12. Re: Newsletter   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-01-06 02:56:58 - In reply to message 11 from Caio Marcolino
It would be better if you could write in English so everybody could understand. But that is ok.

  13. Re: Newsletter   Reply   Report abuse  
Picture of Caio Marcolino Caio Marcolino - 2008-01-06 14:10:11 - In reply to message 11 from Caio Marcolino
Thanks Manuel... I'm from Brazil and my english isn't very well, but i'll try...

i'm developing a script to send e-mails (newsletter) for my company. Everything it's ok, but i'd like to have statistics from this e-mails, for example:

- Who received?
- Who read?
- Who clicked?
- How many e-mails could not be delivered?

I find in internet your class about "bounce handler", but i can't "join" this in my script...

Can you help me?

Thanks, thanks, thanks.

Regards,
Caio Marcolino.

  14. Re: Newsletter   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-01-08 07:45:32 - In reply to message 13 from Caio Marcolino
There are ways to achieve all that but they are not reliable. They will work in some cases but in other cases they will not work.

You set the the Return-Path header to define an address when the message is bounced.

You can use the Disposition-Notification-To: header to tell the recipients mail program to send a message back when the message is read.

To process these returned messages you can set them to be sent to an address associated with a POP3 mailbox. Then you can use this POP3 client class to grab the returned messages.

phpclasses.org/pop3class

Then you can use this MIME parser class to interpret the messages being returned and do whatever you want:

phpclasses.org/mimeparser

 
  1 - 10   11 - 14