我有一張表,我正試圖通過sendmailR
與客戶取得聯繫。我還想堅持sendmailR
。這是我想要做的。通過sendmailR發送郵件時發生錯誤
from <- 'my email'
to <- 'my email'
subject <- paste("the subject",Sys.Date(),sep=" ")
sendmail(from, to, subject, str, control = list(smtpServer="the correct server sits here"))
對不起,所有的審查。只要知道,當我最初構建它所在的腳本時,這個相同的確切代碼大概在4個月前工作。現在發生錯誤。
這裏就是我得到:
Error in wait_for(code) : SMTP Error: 5.7.1 Client was not authenticated