Skip to content

Conversation

@stephenkubovic
Copy link
Contributor

Fixes #14. Adds support for recipient_override argument in postageapp.sendMessage().

Example usage:

postageapp.sendMessage(
    {recipient_override: 'override@example.com', ...}, 
    successFn, 
    errorFn
);

tadman added a commit that referenced this pull request May 1, 2015
Support recipient_override argument in sendMessage
@tadman tadman merged commit d7b79c5 into postageapp:master May 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for recipient_override

2 participants