PHP, PHPMailer and SMTP Server

PHP, PHPMailer and SMTP Server

am 20.02.2010 17:23:26 von Daniel Echalar

--0016363ba666d1ec9b04800a9f00
Content-Type: text/plain; charset=ISO-8859-1

Hi,to every body

i'm buildding a little application, for now i'm working in my localhost.
I need to send a mail and i need to use phpmailer, but..
when i send a mail using phpMailer it tooks a lot of time, i suppose it is
because the bandwidth (128kbps and 3 PCs connected in the LAN). any way i
need to solve it. thinking a few i have found the next posible solutions:

*install a SMTP server in my machine, so , when the phpMailer sends a mail ,
there is no routers to jump , and no need to consume bandwith, the PHP
application does keep freezed "waiting for...".

*use multithreading in php , how? creating a thread to send the mail, and
the application can show me the next screen while the sender thread is
working, but as long as i readed , it does not exists. I have found a
solution in Linux by using forke function, "damn" i'm working on Windows.
Like all, i supose there is a way to make it works in Windows.

*Ask to my php comunity , explain my problem, and my posible solutions, and
receive a good feeback in order to know wichone is better solution, and
listen if there is other solutions



so i will appreciate the contributions, thanks to every body

--0016363ba666d1ec9b04800a9f00--

Re: PHP, PHPMailer and SMTP Server

am 20.02.2010 19:10:17 von Per Jessen

gato chlr wrote:

> Hi,to every body
>=20
> i'm buildding a little application, for now i'm working in my
> localhost. I need to send a mail and i need to use phpmailer, but..
> when i send a mail using phpMailer it tooks a lot of time, i suppose
> it is because the bandwidth (128kbps and 3 PCs connected in the LAN).=

> any way i need to solve it.=20

Unless you're sending very large emails, it's more likely to be a DNS
problem.=20

> thinking a few i have found the next=20
> posible solutions:
>=20
> *install a SMTP server in my machine, so , when the phpMailer sends a=

> mail , there is no routers to jump , and no need to consume bandwith,=

> the PHP application does keep freezed "waiting for...".

Apart from fixing your DNS problem, this is by far the best solution.
With a local mailserver, sendmail simply drops new mails into its
queue, and that's it. =20


/Per


--=20
Per Jessen, Zürich (3.5°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php