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

Send login_options and dynamic dots to curl::send_mail #320

Open
guslipkin opened this issue Dec 10, 2023 · 0 comments
Open

Send login_options and dynamic dots to curl::send_mail #320

guslipkin opened this issue Dec 10, 2023 · 0 comments

Comments

@guslipkin
Copy link
Contributor

As it stands, {blastula} defaults to the most secure authentication method available on a given smtp server. However, this may not always be desirable since the more secure methods may not be properly provisioned even though they are available. Allowing users to pass the login_options argument to the underlying curl::send_mail function would resolve this authentication issue, as well as allow users to specify any other login options according to the curl manual.

In addition, allowing users to supply dynamic dots to be passed to the curl::send_mail function would allow users to make any modifications they need through the friendly interface that {blastula} provides without needing to fall back to curl::send_mail themselves.

A pull request to allow dynamic dots was previously submitted in #249

There will be a pull request to accompany this issue.

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

No branches or pull requests

1 participant