有人可以帮助我如何使用send.mail()函数在电子邮件正文中发送数据帧。
em <-send.mail(from = sender,
to = recipients,
subject="email",
body = "msg",
send = FALSE,
ssl = TRUE)
em$send()
谢谢