Include plaintext part in (generated) e-mails #139

Open
opened 2018-11-26 13:22:14 +00:00 by giplt · 1 comment
giplt commented 2018-11-26 13:22:14 +00:00 (Migrated from github.com)

Various small fixes to the email function:

  • Mail headers with CRNL Moved to #144
  • Send system mail also as plain text
  • Autogenerate text-part for emails (find ready-made HTML->text converter)
  • Fix problem with mail sent to some domains (zonnet, inter.nl.net)
    SMTP error from remote mail server after end of data: 550 Messages should have one or no To headers, not 2.
    Moved to #143.
Various small fixes to the email function: - ~~Mail headers with CRNL~~ Moved to #144 - Send system mail also as plain text - Autogenerate text-part for emails (find ready-made HTML->text converter) - ~~Fix problem with mail sent to some domains (zonnet, inter.nl.net) `SMTP error from remote mail server after end of data: 550 Messages should have one or no To headers, not 2.`~~ Moved to #143.
matthijskooijman commented 2018-11-26 19:23:34 +00:00 (Migrated from github.com)

Automatically converting HTML to text in a meaningful way could be a challenge (you will lose some information, but important things such as links or alt tags of images should probably be kept somehow).

Automatically converting HTML to text in a meaningful way could be a challenge (you will lose some information, but important things such as links or alt tags of images should probably be kept somehow).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
harmen/hypha#139
No description provided.