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

How to send emails with embedded images? #29

Open
akkara opened this issue Mar 5, 2018 · 2 comments
Open

How to send emails with embedded images? #29

akkara opened this issue Mar 5, 2018 · 2 comments

Comments

@akkara
Copy link

akkara commented Mar 5, 2018

How to send emails with embedded images?

@rumbleDom
Copy link

@akkara Found a solution for this?

@rumbleDom
Copy link

I found a solution working for me:
<img src="data:image/jpg;base64,{{base64-data-string here}}" />

If you don't have a base64-data string, create one easily at: http://www.motobit.com/util/base64-decoder-encoder.asp from a image file.

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

2 participants