Connecting Tech Pros Worldwide Help | Site Map

Sending email and display subject, body in webpage

  #1  
Old April 12th, 2007, 02:15 PM
xyz
Guest
 
Posts: n/a
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!

  #2  
Old April 12th, 2007, 02:55 PM
mickysoft.org@gmail.com
Guest
 
Posts: n/a

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.

  #3  
Old April 12th, 2007, 08:25 PM
Manuel Lemos
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem sending emails through AOL connection Steve Thurston answers 3 November 18th, 2005 03:18 AM
A email.cgi script wonder answers 3 July 18th, 2005 02:54 PM