💾 Archived View for perso.pw › blog › articles › 13.gmi captured on 2022-04-28 at 17:53:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-17)

➡️ Next capture (2023-01-29)

-=-=-=-=-=-=-

How to send html signature in mu4e

NIL=> Comment on Mastodon

I switched to mu4e to manage my mails at work, and also to send

mails. But in our corporation we all have a signature that include our

logo and some hypertext links, so I couldn't just insert my signature

and be done with that. There is a simple way to deal with this

problem, I fetched the html part of my signature (which include an

image in base64) and pasted it into my emacs config file this way.

(setq mu4e-compose-signature

"<#part type=text/html><html><body><p>Hello ! I am the html signature which can contains anything in html !</p></body></html><#/part>" )

I pasted my signature instead of the hello world text of course, but

you only have to use the part tag and you are done ! The rest of your

mails will be plain text, except this part.