Skip to content

Commit d466623

Browse files
authored
Update README.md
1 parent b10bce1 commit d466623

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,21 @@ PUBLIC_CALENDARS_ENABLED=true
149149
> By default, `PUBLIC_CALENDARS_ENABLED` is true. That doesn't mean that all calendars are public by default — it just means that you have an option, upon calendar creation, to set the calendar public (but it's not public by default).
150150
151151

152-
**e. The email address that your invites are going to be sent from**
152+
**e. Mailer configuration**
153+
154+
It includes:
155+
- the mailer uri (`MAILER_DSN`)
156+
- The email address that your invites are going to be sent from
153157

154158
```shell
159+
MAILER_DSN=smtp://user:pass@smtp.example.com:port
155160
INVITE_FROM_ADDRESS=no-reply@example.org
156161
```
157162

163+
> [!WARNING]
164+
> If the username, password or host contain any character considered special in a URI (such as `: / ? # [ ] @ ! $ & ' ( ) * + , ; =`), you MUST encode them.
165+
> See [here](https://symfony.com/doc/current/mailer.html#transport-setup) for more details.
166+
158167
**f. The reminder offset for all birthdays**
159168

160169
You must specify a relative duration, as specified in [the RFC 5545 spec](https://www.rfc-editor.org/rfc/rfc5545.html#section-3.3.6)

0 commit comments

Comments
 (0)