SMTP Settings
Learn how to configure SMTP settings for your Umbraco Cloud project to enable email functionality for workflows, user invitations, and password resets.
Why Configure SMTP?
Umbraco Forms
"Umbraco": {
"CMS": {
"Global": {
"Smtp": {
"From": "[email protected]"
}
}
}
},Backoffice Users

Configure SMTP Settings

Last updated
Was this helpful?