Skip to content

replyto causes error #6

Open
Open
@alexvpickering

Description

@alexvpickering

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’

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions