Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support recipient_override argument in sendMessage #15

Merged

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