cLive ;-) has asked for the wisdom of the Perl Monks concerning the following question:
In testing though, I notice that there is a significant difference in performance when sending using Net::SMTP over piping to Sendmail. I assume this is because piping to Sendmail just puts the message in the mail queue, whereas Net::SMTP actually physically sends the mail.
So, my question is, to avoid the overhead:
Input, as always, humbly welcomed.
cLive ;-)
ps - IANAL (I Am Not A Laccolith)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SMTP v local MTA
by lhoward (Vicar) on Jan 12, 2002 at 02:31 UTC | |
|
Re: Net::SMTP v local MTA
by hossman (Prior) on Jan 12, 2002 at 02:58 UTC | |
|
Re: Net::SMTP v local MTA
by gav^ (Curate) on Jan 12, 2002 at 02:36 UTC | |
by cLive ;-) (Prior) on Jan 12, 2002 at 02:52 UTC |