Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sendgrid_integration
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
sendgrid_integration
Commits
92920c89
Commit
92920c89
authored
Sep 22, 2021
by
Brady
Committed by
Brady
Sep 22, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3231146
by liquidcms, Perignon: Support Mimemail
parent
377cf4cd
No related branches found
No related tags found
2 merge requests
!30
Issue #2971991 by amykhailova, code-drupal: "Cc" Recipient not receiving email...
,
!25
Issue #2979620 by Baik Ho: 400 Bad Request - Handle exception returned from...
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-22
9 additions, 22 deletions
README.md
with
9 additions
and
22 deletions
README.md
+
9
−
22
View file @
92920c89
...
...
@@ -60,27 +60,14 @@ manual installation of the API wrapper.
HTML Email
--------------------------------------------------------------------------------
In order to send HTML email. Your installation of Drupal must generate an email
with the proper headers. Sendgrid Integration modules looks for the content type
of the email to be set to "text/html" in the header (i.e. "Content-Type"="text/html").
A text version of the email is also sent at the same time.
with the proper headers.
If the message does not have the content type set to "text/html" the message
will be stripped of any tags and converted to text.
We recommend using the module
[
HTMLmail
](
https://www.drupal.org/project/htmlmail
)
for HTML formatting of emails. This module allows for easy templating of emails
and it sets the correct header on emails (text/html).
We do not recommend MIMEmail module because it sets the content-type header of a
message to "multipart/mixed" instead of strictly "text/html". In addition, the
MIMEmail module attempts to template emails and include inline CSS that is not
compatible with SendGrid template system. If you want to use
MIMEmail, we suggest using the
[
SMTP module
](
https://www.drupal.org/project/smtp
)
and not this module.
If you want to work on a solution for MIMEmail and contribute it back to the
module, we gladly accept community contributions!
We recommend using the module
[
Mimemail
](
https://www.drupal.org/project/mimemail
)
for HTML formatting of emails.
NOTE: Please note that SendGrid Integration also adds a "per module" setting for
\
the mail formatter/sender below where the site default is defined. The formatter
there needs to be changed to Mimemail.
OPTIONAL
--------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment