-
People evaluating a modern CMS will expect it to send professionally-formatted emails. Starshot could include a recipe to send emails in HTML.
The Easy Email module could be a good starting point, …
-
HTML emails contain base64 images and can get very heavy.
Importing 6000 emails led to a 250mb increase in DB.
We should keep storing the raw version of emails in DB but move the HTML version to S3…
-
Related to #94 and #132, this issue serves as a discussion for improving the HTML emails further.
Useful resource that I found: https://www.campaignmonitor.com/css/
-
Use html email templates to make them look more 'friendly' and usable.
-
Roughly 50% of the time that emails are sent, the email received is somehow corrupted.
Case in point:
```
contents = [f"""
We were asked to email you password reset instructions for Life Cal…
-
## Your Environment
* Platform [PC desktop, Mac, iOS, Office on the web]: PC Desktop
* Host [Excel, Word, PowerPoint, etc.]: Outlook (classic/legacy)
* Office version number: Any
* Operating Sys…
-
Is there a method to enforce the sending of only TEXT emails? I've run into a situation where the target turning all HTML emails into attachments. All "legitimate" emails are TEXT only.
-
Currently we send a very basic email to authors when they complete their submission. We'll be looking to have many more email alerts to authors, and would want to use responsively designed HTML emails…
-
Thanks very much for this repo, it was very timely as I'm playing around with JMAP now. One thing I couldn't find out how to do was to chain Mailbox/query to look for the drafts folder with Email/set …
-
It would be great to have a setting to decide whether emails can contain HTML or not!
**Currently I'm manually modifying the files every time a new update is released, changing from `text` to `both…