![]() |
![]() |
|
Current Projects: PHP on XP Guide — NFO Viewer — Easy Reflections — Photon Storm — HotWire — FileGlider
Friday, November 18. 2005POP before SMTP Authentication for PHPMailerTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Hello
Would you mind doing some modifications on the code and sending the example code of sending emails with authentication. My server does not supports SMTP mails. And it must work on that Unix server. Thank you
I had the pop3 authentication problem for my php mail script and you saved my day...Hats of to you.
Hi!
I just wanted to say than you! My host required pop3 before smtp, and by using your code, I fixed the problem of slow mail() funcion! Thank you again! Max
Thank you very much,
What is the file pop3_before_smtp_test.php for? Can you give me an example of how to use it? Thank again in advance!
pop3_before_smtp_test.php IS the example file of how to use the class. Just open it and have a read.
The host pop3 could not be found . Please verify that you have entered the server name correctly. Account pop3(3) server pop3 Protocoli pop 3 Poati 110 secure(ssl) no socke error 11001 errornumber 0x800 ccc01
Hey, great work! It works really good! I use it for an application I wrote. Thanks for supporting phpmailer with this class!
I only have two questions: 1. How can I catch an error? Normally it works with "@" and the ErrorInfo-Attribute of the PHPMailer class. Is there a possibility to catch the error in your class? 2. Some freemail providers like www.web.de or www.gmx.de have a limit on authentications per minute. So I have to store a timestamp in a database to ask if I have to authenticate again (like time > than 10 minutes). Is there a more easy (less complicated) way? Thanks again! Great work!
To be honest you ought to try the new release of PHPMailer. The latest release has my POP before SMTP class built into it natively now, which should give you a lot more flexibility re: error handling. Re: needing to keep a timestamp - I'm afraid that there isn't really any other way, it has to be stored somewhere (text file, db, persistent memory, etc).
Hi,
thanks for the code but I just curious why I didn't see this file.. require 'class.phpmailer.php'; I already downloaded the file I only get the class.pop3.php and the pop3_before_smtp_test... can you send me the class.phpmailer.php if it is available... because the code doesn't work.. thanks very many!
It's an extension TO phpmailer, you should have that already. Google for it. The latest version includes my script now.
|
QuicksearchCategoriesMy AS3 Blog
Photon Storm Great PHP links
C7Y PHP Podcast CorePHP is hosted by |