|
@@ -19,7 +19,7 @@ Goto Advanced > Default Settings and under the ``Email`` Section. Make sure thes
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
| Default Setting Subcategory | Default Setting Name | Default Setting Value | Default Setting Enabled | Default Setting Description |
|
|
|
+=============================+======================+============================+=========================+===================================================================================+
|
|
|
-| smtp_host | text | smtp.gmail.com | False | email providers server address |
|
|
|
+| smtp_host | text | smtp.gmail.com | True | email providers server address |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
| smtp_from | text | [email protected] | True | smtp from emaill address |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
@@ -27,7 +27,7 @@ Goto Advanced > Default Settings and under the ``Email`` Section. Make sure thes
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
| smtp_from_name | text | Voicemail | True | smtp from name |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
-| smtp_auth | text | TRUE | True | smtp auth is required |
|
|
|
+| smtp_auth | text | true | True | smtp auth is required |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
| smtp_username | text | [email protected] | True | Use the full email address |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
@@ -35,7 +35,7 @@ Goto Advanced > Default Settings and under the ``Email`` Section. Make sure thes
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
| smtp_secure | text | tls | True | tls or ssl depending on the provider. |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
-| smtp_validate_certificate | boolean | TRUE | True | set to false to ignore SSL certificate warnings e.g. for self-signed certificates |
|
|
|
+| smtp_validate_certificate | boolean | true | True | set to false to ignore SSL certificate warnings e.g. for self-signed certificates |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|
|
|
| method | text | smtp | True | smtp|sendmail|mail|qmail |
|
|
|
+-----------------------------+----------------------+----------------------------+-------------------------+-----------------------------------------------------------------------------------+
|