Connecting Tech Pros Worldwide Forums | Help | Site Map

Sending email and display subject, body in webpage

xyz
Guest
 
Posts: n/a
#1: Apr 12 '07
Hello,
I would like to send an email to my web site and have it display the
subject and message on my webpage. Any help would be appreciated. My
site is uses SMTP mail.

Thanks!


mickysoft.org@gmail.com
Guest
 
Posts: n/a
#2: Apr 12 '07

re: Sending email and display subject, body in webpage


On Apr 12, 4:06 pm, "xyz" <xyzby...@yahoo.comwrote:
Quote:
Hello,
I would like to send an email to my web site and have it display the
subject and message on my webpage. Any help would be appreciated. My
site is uses SMTP mail.
>
Thanks!
hey,
you can use a SMTP inbox reader to achive this or for POP3 you can use
(http://www.phpit.net/article/read-email-php-pop3/) or just search
google for a similar script for SMTP / IMAP.

Manuel Lemos
Guest
 
Posts: n/a
#3: Apr 12 '07

re: Sending email and display subject, body in webpage


Hello,

on 04/12/2007 10:06 AM xyz said the following:
Quote:
Hello,
I would like to send an email to my web site and have it display the
subject and message on my webpage. Any help would be appreciated. My
site is uses SMTP mail.
Take a look at this POP3 client and MIME parser classes. They can be
used to retrieve message that arrived in a POP3 mailbox and parse the
messages to extract the headers and body parts:

http://www.phpclasses.org/pop3class

http://www.phpclasses.org/mimeparser



--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Closed Thread