SMTP Integration
SMTP (Simple Mail Transfer Protocol) is an internet standard for electronic mail transmission.
To integrate SMTP to Windmill, you need to save the following elements as a resource.
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.