Open
Description
The following works:
send_email("Test Email Body", subject = "Test Email",
from = "[email protected]", to = "[email protected]")
Adding replyto
fails
send_email("Test Email Body", subject = "Test Email",
from = "[email protected]", to = "[email protected]", replyto="[email protected]")
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’