Behaviour: openflax.handler.
No external mail program is required - this handler implements its own simple SMTP client.
openflax.handler.template is required to show the email
form.
| serve/1 | Serves an email form, or sends email, as appropriate. |
| split/1 | |
| start/1 | Initializes the email subsystem. |
| stop/1 | Shuts down the email subsystem. |
serve(Conf::conf()) -> {response(), conf()}
Serves an email form, or sends email, as appropriate.
Initializes the email subsystem.
Shuts down the email subsystem.