Re: Sending simple email

2009-06-07 Thread Bill Moseley
On Sat, Jun 06, 2009 at 12:01:40PM -0400, Ricardo SIGNES wrote: > * Bill Moseley [2009-06-06T11:34:29] > > I see the recommendation to use Email::Sender, but are there docs > > available? > > You have sent this message at an excellent time! Email::Sender::Simple is > potentially done, and I've w

Re: Sending simple email

2009-06-07 Thread Ricardo SIGNES
* Bill Moseley [2009-06-07T19:07:34] > On Sat, Jun 06, 2009 at 12:01:40PM -0400, Ricardo SIGNES wrote: > > You have sent this message at an excellent time! Email::Sender::Simple is > > potentially done, and I've written a quickstart guide, just last night. > > > > http://rjbs.manxome.org/tmp/Q

Re: Sending simple email

2009-06-07 Thread Bill Moseley
On Sun, Jun 07, 2009 at 07:28:13PM -0400, Ricardo SIGNES wrote: > Well, Email::Sender doesn't deal with attachments at all. It doesn't know > what's in your message, beyond *maybe* looking at the to/from headers. > Attachment stuff is all handled by Email::MIME. > > Can you give me an idea what t