Send an email from a site
send_emailSend an email from .shiply.now's managed sender. The site can send transactional/notification email — no SMTP setup. Rate-limited and spam-checked; replies route back to the site inbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | recipient email address | |
| html | Yes | email HTML body | |
| slug | Yes | site slug to send from (<slug>.shiply.now sender) | |
| text | No | plain-text fallback body | |
| subject | Yes | email subject line |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |