ngoduykhanh / wireguard-ui

Wireguard web interface
MIT License
3.77k stars 464 forks source link

Specify mimetype for email attachments #554

Open justinvdk opened 3 months ago

justinvdk commented 3 months ago

This fixes that some email client might not allow previewing the qrcode image.

⚠️ Note that there is a change that might go unnoticed: the text/plain of the .conf file is changed to text/conf; matching the mimetype used for downloading via the UI.

Example on Fastmail: Before

image After

image