Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 8295d33

Browse files
authored
Merge pull request #4 from kodumbeats/doc-smtp
Update SMTP doc for default behavior
2 parents 4a5741e + 273e030 commit 8295d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/email-delivery.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>Appwrite default setup uses a default built-in SMTP server. The default SMTP server is a great way to get you started with using Appwrite quickly, but if you plan to move your setup to a production environment, you will have extra configuration work to do in order to make sure email providers respect your SMTP server.</p>
1+
<p>Appwrite above 0.7 version, by default comes with SMTP disabled and warning regarding email messages. In order for emails to work, you will need to setup proper SMTP configuration as described below.</p>
22

33
<p>Because email deliverability can be both tricky and hard, it is often easier to delegate this responsibility to a 3rd-party SMTP provider. This provider help you abstract the complexity of passing SPAM filters by doing a lot of the advanced configuration and validation for you.</p>
44

@@ -66,7 +66,7 @@
6666

6767
<h2>Remove the Default SMTP Container</h2>
6868

69-
<p>As mentioned above, the Appwrite default setup includes the Appwrite default SMTP container. Now that you are using your own SMTP server setting, you don’t need it anymore. Just remove the SMTP container and relevant dependencies from your docker-compose.yml file:</p>
69+
<p>If you are using Appwrite 0.7 or below, the Appwrite default setup includes the Appwrite default SMTP container. Now that you are using your own SMTP server setting, you don’t need it anymore. Just remove the SMTP container and relevant dependencies from your docker-compose.yml file:</p>
7070

7171
<div class="ide margin-bottom" data-lang="yaml" data-lang-label="yaml">
7272
<pre class="line-numbers"><code class="prism language-yaml" data-prism>appwrite:

0 commit comments

Comments
 (0)