roadster 0.8.1

A "Batteries Included" web framework for rust designed to get you moving fast.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: src/config/email/mod.rs
expression: email
---
from = 'no-reply@example.com'
[smtp.connection]
uri = 'smtps://username:password@smtp.example.com:425'

[sendgrid]
api-key = 'api-key'
sandbox = true
https-only = true