Skip to content

config: add optional CERT_BUNDLE argument #232

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sonn-gamm
Copy link

This is useful when needing to pass a custom Certificate Bundle. For instance Proton Mail requires you to run a local software called Proton Mail Bridge to act as a proxy between your machine and Proton Mail servers. To correctly authenticate, you need export a TLS certificate from Proton Mail Bridge and pass it to the Config object in FastAPI Mail, so that aiosmtplib can work correctly.

This is useful when needing to pass a custom Certificate Bundle. For
instance Proton Mail requires you to run a local software called
Proton Mail Bridge to act as a proxy between your machine and Proton
Mail servers. To correctly authenticate, you need export a TLS
certificate from Proton Mail Bridge and pass it to the Config object
in FastAPI Mail, so that aiosmtplib can work correctly.
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.

1 participant