Skip to main content

Configuring an Email Server

Configuring an email servercan be useful to send Emails when you have activated the link method. For learning more about link method visit kratos-docs. For configuring Email server open kratos/config/kratos.yml

For SendGrid​

courier:
from_name: Kavach Develop
from_address: [email protected]
smtp:
smtps://apikey:[email protected]:465/?skip_ssl_verify=false

For MailGun​

courier:
from_address: [email protected]
smtp:
smtp://[email protected]:[email protected]:587/?skip_ssl_verify=true