SMTP integration
SMTP (Simple Mail Transfer Protocol) is an internet standard for electronic mail transmission.
Note that SMTP can be configured at the instance level to auto-invite users or send critical alerts. See Set up SMTP.
To add a SMTP resource to Windmill, you need to save the following elements:
Property | Type | Description | Required | Where to find |
---|---|---|---|---|
host | string | SMTP host address | true | Provided by your SMTP service or email hosting provider |
port | number | Port number to connect | false | Provided by your SMTP service or email hosting provider |
user | string | SMTP username | false | Provided by your SMTP service or email hosting provider |
password | string | SMTP password | false | Provided by your SMTP service or email hosting provider |
Your resource can be used passed as parameters or directly fetched within scripts, flows and apps.
Example of a Supabase resource being used in two different manners from a script in Windmill.