in reply to Net::SMTP v local MTA
If you are running a SMTP server on localhost you shouldn't have a problem with speed. I have a CGI script that sends up to 10 in one go which runs fine. If I was, I'd either fork (if I didn't care about NT) or spool locally.
Of course there are other options, I've handled this before by having a flag in the DB that says 'email this user X' and a cron job that handles it.
Hope this helps...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(cLive ;-) Re: Net::SMTP v local MTA
by cLive ;-) (Prior) on Jan 12, 2002 at 02:52 UTC |