Peter Bailey napisa(a): > Hi, > I just want Ruby to enable me to send simple e-mails, sometimes with an > attachment, if possible. Here's all I want: > > To: pbailey / bna.com (that's me, as a test) > From: my account, whatever > Message: Some test text. More test text. And so on. > Attach: c:\simplestuff.pdf > > The e-mail server here at my company is Lotus Notes. I've used it for > years as an SMTP server. > > Thanks, > Peter Install actionmailer gem and every task with email will be easy. :D Examples are in web. Regards /Grzegorz