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
Copy file name to clipboardExpand all lines: functions/send-email-link/README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,22 @@ Recommended / optional:
85
85
-`LOCAL_APP_PORT`
86
86
Optional port suffix for localhost-style hosts (e.g. `3000`). When the resolved hostname is `localhost` / `*.localhost` and `SEND_EMAIL_LINK_DRY_RUN=true`, links are generated as `http://localhost:LOCAL_APP_PORT/...`. Ignored for non-local hostnames and in production.
87
87
88
-
Email delivery (used by`@launchql/postmaster`):
88
+
Email delivery (default:`@launchql/postmaster`):
89
89
90
-
- Typically Mailgun or another provider; consult `@launchql/postmaster` docs. A common pattern is:
90
+
- Set `EMAIL_SEND_USE_SMTP=true` to switch to `@constructive-io/smtppostmaster` (SMTP). Otherwise it uses `@launchql/postmaster`.
91
+
92
+
- Mailgun or another provider; consult `@launchql/postmaster` docs. A common pattern is:
0 commit comments