Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/Integrate/Mail_Servers/exim.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ Add a transport to the **Transport Configuration** Box:
sendgrid_smtp:
driver = smtp
hosts = smtp.sendgrid.net
hosts_require_auth = smtp.sendgrid.net
hosts_require_tls = smtp.sendgrid.net
hosts_require_auth = <; $host_address
hosts_require_tls = <; $host_address
{% endcodeblock %}

Once you have completed and saved all changes to Exim's configuration files, you will need to restart it to activate those changes:
Expand Down