Skip to content
Snippets Groups Projects
Commit a3fe4a54 authored by Adam Cooke's avatar Adam Cooke
Browse files

add sender to the param list for the send/message API method

parent 3e281b57
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,7 +10,8 @@ controller :send do
param :to, "The e-mail addresses of the recipients (max 50)", :type => Array
param :cc, "The e-mail addresses of any CC contacts (max 50)", :type => Array
param :bcc, "The e-mail addresses of any BCC contacts (max 50)", :type => Array
param :from, "The e-mail address of the sender", :type => String
param :from, "The e-mail address for the From header", :type => String
param :sender, "The e-mail address for the Sender header", :type => String
param :subject, "The subject of the e-mail", :type => String
param :tag, "The tag of the e-mail", :type => String
param :reply_to, "Set the reply-to address for the mail", :type => String
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment