Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State the email deliverability guarantee is none #458

Merged
merged 3 commits into from
Jan 12, 2017
Merged

Conversation

mrkschan
Copy link
Contributor

No description provided.

> We do not guarantee the deliverability of emails.
> It is intended as a zero-configuration, best effort service.
> Though, you may follow
> [SPF setup guidelines on SendGrid](https://sendgrid.com/docs/Glossary/spf.html)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a "the" after "follow". Otherwise looks good.

@mrkschan
Copy link
Contributor Author

Updated, the notice is merged with the paragraph for self-managed SMTP server.

@@ -10,12 +10,17 @@ These SendGrid sub-accounts are capped at 12k emails per month.
You can use `/usr/sbin/sendmail` on your application container to send emails
with the assigned SendGrid sub-account.

Alternatively, you may use your own SMTP server.
In this case, use port 465 / 587 since port 25 is blocked for security reasons.
We do not guarantee the deliverability and support white-labeling of emails.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence is clumsy. Do not guarantee delivery of what? What does white-labeling mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we support or don't we support whitelabeling ?

@mrkschan
Copy link
Contributor Author

mrkschan commented Jan 12, 2017 via email

We do not guarantee the deliverability of emails, and we do not support
white-labeling of them. Our SMTP proxy is intended as a zero-configuration,
best effort service. You should consider using your own SMTP server or
email delivery service provider as alternative when needed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as an alternative

@pjcdawkins
Copy link
Collaborator

We should also (in another PR) correct the recommended SwiftMailer config: the recommended transport should be sendmail not mail (due to CVE-2016-10045)

@pjcdawkins pjcdawkins merged commit d8e05e7 into master Jan 12, 2017
@pjcdawkins pjcdawkins deleted the mrkschan-patch-4 branch January 12, 2017 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants