[feat] Allow sending plaintext emails instead of HTML #402
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#402
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
Akkoma should have the ability to select between sending a plaintext email (Content-Type: text/plain) or an HTML email (text/html), either per-user configuration or globally.
The reasoning
Citing numerous reasons listed in https://useplaintext.email/#why-plaintext:
Plaintext emails are also less likely to be classified as spam which helps tremendously if you're self hosting email and you want to reach as many servers as possible.
Given fedi culture, it's not unlikely to see someone using a terminal email client or self hosting email.
Have you searched for this feature request?
This just happened to bite me. My instance's mail got spamfiltered for being HTML only.