Volodymyr Holomb

Results 1 issues of Volodymyr Holomb

Here is a simple script for sending e-mail with a plain text in its body: ```R library(mailR) send.mail( from = "[email protected]", to = "[email protected]", subject = "encoding test", body =...