Well, I use the php function mail(). This is the one that is compiled with php by default. You may also have to check the php.ini for proper information depending on the O/S you're using.
I frankly don't have problem with mail() and it work great. Sometime, it take some tweaking to your preference. You can find more information about it at php.net if you feel you want to give this a try. "Marcus Edvardsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi! > > * I'd like to connect to a mail server > * Confirm the senders email addresses > * Download the attached file from a speciall email > * Read the message body > > How can I do this? > Someone who have tried this? > > I found some functions for IMAP built in PHP, > do you recommend that I dig deeper in those > or should I use PEARs classes like > http://pear.php.net/packages.php?catpid=14&catname=Mail > > Marcus - Sweden > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php