这很好用:
(defun try-send-email (to subject body)
"simple wrapper around message to send an email"
(message-mail to subject)
(message-goto-body)
(insert body)
(message-send-and-exit))
Run Code Online (Sandbox Code Playgroud)
它确实使用Gnus的消息系统(而不是稍微简单的邮件),但它确实可以在Emacs中使用我的系统上的任何配置.
| 归档时间: |
|
| 查看次数: |
249 次 |
| 最近记录: |