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

Asynchronous delivery breaks when To is just a string #26

Closed
dataflake opened this issue Jan 6, 2020 · 0 comments
Closed

Asynchronous delivery breaks when To is just a string #26

dataflake opened this issue Jan 6, 2020 · 0 comments
Assignees
Labels

Comments

@dataflake
Copy link
Member

Several MailHost methods require a sending and (one or more) receiving email addresses as parameters. All delivery mechanisms work fine if the receiving email address is just a string representing a single address, with the exception of the asynchronous queued delivery, which requires the receiving email argument to be a list of addresses.

Make sure to coerce the receiver to a list in that case.

@dataflake dataflake added the bug label Jan 6, 2020
@dataflake dataflake self-assigned this Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant