@mindstudio-ai/remy 0.1.226 → 0.1.227
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -338,6 +338,8 @@ Three tiers, all delivered to the same handler method. The new tiers are catchal
|
|
|
338
338
|
|
|
339
339
|
Because the new tiers are catchall, `to` carries an arbitrary localpart. Methods that need to branch on it should read `input.to` (e.g. `if (input.to.startsWith('support@')) ...`).
|
|
340
340
|
|
|
341
|
+
A verified custom domain (and the app's `madewithremy.com` subdomain) also **sends** outbound mail, not just receives — `sendEmail` picks the app's own-brand sender automatically, configured in the dashboard's **Email** settings.
|
|
342
|
+
|
|
341
343
|
### Config (`interface.json`)
|
|
342
344
|
|
|
343
345
|
```json
|