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

Create an AddTo, AddBcc, AddCc and SetFrom that just takes an email and name #408

Closed
thinkingserious opened this issue Feb 23, 2017 · 2 comments
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap

Comments

@thinkingserious
Copy link
Contributor

Issue Summary

msg.AddTo(new EmailAddress("test@example.com", "Test User"));

should also work as

msg.AddTo("test@example.com", "Test User");

Where in the latter case we build the EmailAddress object behind the scenes.

@paritoshmmmec
Copy link
Contributor

PR #444 has been added

thinkingserious added a commit that referenced this issue May 6, 2017
AddTo, AddBcc, AddCc and SetFrom that just takes an email and name #408
@thinkingserious
Copy link
Contributor Author

Solved by #444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

2 participants