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

Add feature to convert any inline base64 images found to attachments #90

Open
jrbenriquez opened this issue Feb 4, 2024 · 0 comments
Open

Comments

@jrbenriquez
Copy link

jrbenriquez commented Feb 4, 2024

Inline Base64 images just does not work in Gmail anymore.

i.e.

<img align="center" border="0" src="data:image/png;base64,iVBORw0KGgoA.../>

I added this PR #89 just to see if there any interest from the maintainer to add this as a feature as this really helps me simplify my use of the library. Thanks! PR still lacks tests and I think can be further improved but just wanted to gauge interest first

It is enabled via the env var: EMAIL_CONVERT_BASE64_IMAGES which is False by default

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