(setq feedmail-buffer-eating-function
"feedmail-buffer-to-ssmtp)
(setq feedmail-ssmtp-template
"/usr/local/sbin/ssmtp -v -t
-au xxxxx -ap xxxxxxxxxx")
(defun feedmail-buffer-to-ssmtp (prepped errors-to addr-listoid)
"Function which actually calls ssmtp as a subprocess.
Feeds the buffer to it.
derived from feedmail-buffer-to-binmail"
(set-buffer prepped)
(apply
"call-process-region
(append (list (point-min) (point-max)
"/bin/sh" nil errors-to nil "-c"
(format feedmail-ssmtp-template)))))
【FreeBSD 如何使用ssmtp提交你的port】使用其它mail client的BSDer也应该有办法,只要把信件的内容做为stdin传给 ssmtp就可以了.
推荐阅读
- PPT中使用SmartArt制作循环关系图具体操作步骤
- FreeBSD nsping命令介绍
- 阴阳师手游直播怎么玩?阴阳师全民直播功能使用教程
- A 系统 FreeBSD 升级
- FreeBSD proftpd problem
- 国产手机的诱惑—夏新DV靓机A660使用
- 发膜多久使用一次
- FreeBSD SNP 安全连接
- FreeBSD dnstracer 命令介绍
- 64 FreeBSD连载:NetBIOS名字解析
