Posted by Manuel Lemos on 11/18/05 01:51
Hello,
on 11/04/2005 04:50 PM Kees said the following:
> A mail sent from a host to my smtp server is refused. This happens
> because you have to connect to a pop server before you can use the
> smtp server.
> Does anybody have any code to achieve this (PHPmailer doesn't work)?
My ISP requires POP authentication before sending. I use this class to
solve that problem as it supports POP before SMTP authentication as you
need:
http://www.phpclasses.org/smtpclass
I use and recommend it to use in conjunction with this MIME message
class that everything PHPMailer does and more. It can use the SMTP class
above to deliver properly composed messages:
http://www.phpclasses.org/mimemessage
--
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/
Navigation:
[Reply to this message]
|