-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
The following works:
send_email("Test Email Body", subject = "Test Email",
from = "myemail@example.com", to = "myemail@example.com")
Adding replyto fails
send_email("Test Email Body", subject = "Test Email",
from = "myemail@example.com", to = "myemail@example.com", replyto="myemail@example.com")
With this warning:
Warning messages:
1: In sesPOST(body = query, ...) : Bad Request (HTTP 400).
2: In structure(r[["SendEmailResponse"]][["SendEmailResult"]][["MessageId"]], :
Calling 'structure(NULL, *)' is deprecated, as NULL cannot have attributes.
Consider 'structure(list(), *)' instead.
packageVersion('aws.ses')
[1] ‘0.1.4’
Reactions are currently unavailable