Raw Message
Message-ID: <10dee46905050920073d17f041@mail.gmail.com> Date: 2005-05-10T03:07:01Z From: Fernando Saldanha Subject: Does R have a command for sending emails? Is there a way to have an R program send an email? Something like this: address <- 'abc at d.com' text <- 'This is the email body' send.email(address, text) Thanks. FS