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

docs: explain courier http mail configuration #1298

Closed
wants to merge 2 commits into from

Conversation

barnarddt
Copy link

@barnarddt barnarddt commented Mar 6, 2023

This change explains the configuration for the courier HTTP email functionality.

Related Issue or Design Document

ory/kratos#1030
PR for the proposed change ory/kratos#3048

Checklist

  • I have read the contributing guidelines and signed the CLA.
  • I have referenced an issue containing the design document if my change introduces a new feature.
  • I have read the security policy.
  • I confirm that this pull request does not address a security vulnerability.
    If this pull request addresses a security vulnerability,
    I confirm that I got approval (please contact security@ory.sh) from the maintainers to push the changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added the necessary documentation within the code base (if appropriate).

Further comments

@tomekpapiernik
Copy link
Contributor

Thanks for your PR. We already have a few documents that talk about working with SMTP servers. Please use them as the basis for your changes instead of adding new docs.

https://www.ory.sh/docs/kratos/emails-sms/sending-emails-smtp
https://www.ory.sh/docs/kratos/emails-sms/custom-email-templates

https://www.ory.sh/docs/kratos/self-hosted/mail-courier-selfhosted
https://www.ory.sh/docs/kratos/self-hosted/mail-courier-templates

@vinckr vinckr added the upstream Issue is caused by an upstream dependency. label May 3, 2023
@hperl hperl mentioned this pull request Jun 22, 2023
7 tasks
aeneasr pushed a commit to ory/kratos that referenced this pull request Jul 5, 2023
…smtp (#1030) (#3341)


This change adds a new delivery method to the courier called `mailer`. Similar to SMS functionality it posts a templated Data model to a API endpoint.  This API can then send emails via a CRM or any other mechanism that it wants.

`Mailer` still uses the existing email data models so any new email added will automatically be sent to the API/CRM as well.

## Related issue(s)
Resolves #2825
Also see #1030 and #3008 
Documentation PR ory/docs#1298
@aeneasr
Copy link
Member

aeneasr commented Jul 5, 2023

#1441

@aeneasr aeneasr closed this Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Issue is caused by an upstream dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants