branch: externals/async
commit 6c9c3a2812deb32d88aa8bcba07c266a8e8f3601
Author: Thierry Volpiatto <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
Add code block on new line.
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e55e13c..542ad17 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,8 @@ Set it to `'(all)` to be sure you will compile all packages
asynchronously.
## Send mails asynchronously with smtp mail async
-To enable this feature, ensure smtp-mail-async.el is loaded and use
+To enable this feature, ensure smtp-mail-async.el is loaded and use
+
`(setq message-send-mail-function 'async-smtpmail-send-it)`.
WARNINGS: