Re: sendmail, etc.

2005-09-09 Thread Bob Showalter
Matthew Sacks wrote: Greetings, I want to send mail from my perl code. (Boy, that's really unusual) I am thinking using mail::mailer. I need a bit more info than what I have so far found in the online documentation (perldoc -q mail). Where I can I find some advice? E.G., there is always an

Re: sendmail, etc.

2005-09-09 Thread Wiggins d'Anconia
zentara wrote: > On Thu, 8 Sep 2005 19:31:11 -0700 (PDT), [EMAIL PROTECTED] > (Matthew Sacks) wrote: > > >>Greetings, >>I want to send mail from my perl code. (Boy, that's >>really unusual) >> >>I am thinking using mail::mailer. >>I need a bit more info than what I have so far found >>in the

Re: sendmail, etc.

2005-09-09 Thread Ranish
On Friday 09 September 2005 08:01, Matthew Sacks wrote: > Greetings, > I want to send mail from my perl code. (Boy, that's > really unusual) > > I am thinking using mail::mailer. > I need a bit more info than what I have so far found > in the online documentation (perldoc -q mail). > > Where I

Re: sendmail, etc.

2005-09-08 Thread Chris Devers
On Thu, 8 Sep 2005, Matthew Sacks wrote: > Where I can I find some advice? This list isn't a bad place to start. > E.G., there is always an example of code that defines > a $to argument. but can $to be a list of addresses? > (a group, that is). Can $to be a list of 100 email > addresses? In g