File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ app OpenSaaS {
2727 email: {
2828 fromField: {
2929 name: "Open SaaS App",
30- // You must use the same email address that you configured your SendGrid account to send out emails with!
30+ // When using SendGrid, you must use the same email address that you configured your account to send out emails with!
31313232 },
3333 emailVerification: {
@@ -61,11 +61,15 @@ app OpenSaaS {
6161 client: {
6262 rootComponent: import App from "@src/client/App",
6363 },
64+
6465 emailSender: {
65- provider: Dummy, // NOTE this is just for local development purposes. Use SendGrid in production.
66+ // Note that the "Dummy" provider is just for local development purposes.
67+ // Make sure to check the server logs for the confirmation email token (it will not be sent to an address)!
68+ // Please use SendGrid in production. See: https://docs.opensaas.sh/guides/email-sending/
69+ provider: Dummy,
6670 defaultFrom: {
6771 name: "Open SaaS App",
68- // You must use the same email address that you configured your SendGrid account to send out emails with!
72+ // When using SendGrid, you must use the same email address that you configured your account to send out emails with!
69737074 },
7175 },
You can’t perform that action at this time.
0 commit comments