You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,11 +63,8 @@ Additionally you must specify the needed configuration elements within your AppS
66
63
| Setting | Description |
67
64
| --- | --- |
68
65
| AdminEmail | This is the email address used as the "from" address and also for any usage of the "SendToAdministrator" option |
69
-
| Server | The SMTP Server address to use |
70
-
| Port | The Port to use for outbound emails |
71
-
| UseSsl | Should SSL be used for emails |
72
-
| SenderUsername | The username that should be used to connect to SMTP |
73
-
| SenderPassword | The password that should be used to connect to SMTP |
66
+
| SendGridApiKey | The API Key to use for default sending of email addresses |
67
+
| AdditionalApiKeys | These are name/value pairs of additional API keys that could be used for sending emails. Totally optional |
74
68
| AlwaysTemplateEmails | If selected ALL emails sent will be templated, by default using the "DefaultTemplate" as configured |
75
69
| AddEnvironmentSuffix | If selected, all outbound emails sent from non-production addresses will have the environment name added to the end of the subject |
76
70
| DefaultTemplatePath | The path, relative to the application root, where the default HTML template can be found for emails |
0 commit comments