Re: [PHP] Send emails from PHP ... in a secure way

2006-12-05 Thread Jochem Maas
Ruben Rubio wrote: > T.Lensselink escribió: >> You can store the emails in a database or textfile when an error occurs. >> And use crontab to check the stored messages and send them to the mailserver. > > Is out there something that actually do it? php, perl, python, ruby, c, c++ ... just about a

Re: [PHP] Send emails from PHP ... in a secure way

2006-12-05 Thread Ruben Rubio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 T.Lensselink escribió: > You can store the emails in a database or textfile when an error occurs. > And use crontab to check the stored messages and send them to the mailserver. Is out there something that actually do it? -BEGIN PGP SIGNATURE-

Re: [PHP] Send emails from PHP ... in a secure way

2006-12-05 Thread T . Lensselink
You can store the emails in a database or textfile when an error occurs. And use crontab to check the stored messages and send them to the mailserver. On Tue, 05 Dec 2006 10:55:50 +0100, Ruben Rubio <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > clive escribió: >

Re: [PHP] Send emails from PHP ... in a secure way

2006-12-05 Thread Ruben Rubio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 clive escribió: > Ruben Rubio wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> > the MTA then something is very wrong > > Why cant you save the email in a file or a database and then send it > later your self? Because if Mail server has

Re: [PHP] Send emails from PHP ... in a secure way

2006-12-05 Thread clive
Ruben Rubio wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a question sending mails from PHP. Actually I am using phpmailer (is good!!) but when this class sends an email and there is an error (Mail server is not ready) It just reports error and email is lost. how are you sen