search for: smtp_diagnostic_tool

Displaying 1 result from an estimated 1 matches for "smtp_diagnostic_tool".

2005 May 10
6
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