Document mailto override.
This commit is contained in:
parent
33d2bf9088
commit
dd7d43fda4
1 changed files with 7 additions and 0 deletions
|
@ -203,6 +203,13 @@ predicate.
|
||||||
|
|
||||||
A simple wrapper module to send emails from UNIX system.
|
A simple wrapper module to send emails from UNIX system.
|
||||||
|
|
||||||
|
(*mailto-override* [email])
|
||||||
|
|
||||||
|
* ```email``` - email address string
|
||||||
|
|
||||||
|
If this parameter is non-```#f```, all outgoing emails are actually
|
||||||
|
sent to the address stored within.
|
||||||
|
|
||||||
(send-mail body-lines [#:from from] [#:to to] [#:subject subject])
|
(send-mail body-lines [#:from from] [#:to to] [#:subject subject])
|
||||||
|
|
||||||
* ```body-lines``` - lines of the email
|
* ```body-lines``` - lines of the email
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue