in reply to Send Mail
First off, about the snippet itself -- you're reinventing the wheel here, and doing it poorly. First off, you're assuming that the system running this has sendmail installed and working, and that the binay is in /usr/sbin/sendmail. Secondly, you're using the shell unneccessarly, which can create security problems. However, there are many modules available that do this well: Mail::Sender and Net::SMTP, for example.
Secondly, however, PM is all about communication around the world, so please write in English as much as possible, so the maximum possible number of people can understand your cdoe, and use it, or help you to improve it, as approprate.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Envia E-mail Sendmail
by Mago (Parson) on Jul 10, 2003 at 13:43 UTC | |
by Jenda (Abbot) on Aug 07, 2003 at 13:45 UTC |