由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - emacs gnus smtp 咋整?
相关主题
求助:一个sendmail的问题求助,linux下的smtp
ft. postfix! postfix!向 zher 同学道个歉
能ping 但 http 失败linux的smtp,那个postfix
Cannot send out email on Centos 5.2 ?help on a simple smtp server setup
thunderbird 3 不错么brute force ssh attack by script kiddie
新手问:mysql和shellUBUNTU 配置email服务器(用SMTP)
how to send an email in command line?mail server setup
如何从我的ubuntu linux 发邮件到我的gmail 账号找Linux Administrator相关的工作
相关话题的讨论汇总
话题: smtpmail话题: smtp话题: nil话题: 587话题: send
进入Linux版参与讨论
1 (共1页)
b*****l
发帖数: 9499
1
gmail 很容易就搞成了,照搬着搞学校的就不成。。。
下面这个是成的:
;; Configure outbound mail (SMTP)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-default-smtp-server "smtp.gmail.com"
send-mail-function 'smtpmail-send-it
message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-service 587
smtpmail-auth-credentials '(("smtp.gmail.com" 587 "m*****[email protected]"
nil))
;; smtpmail-debug-info t
;; smtpmail-debug-
1 (共1页)
进入Linux版参与讨论
相关主题
找Linux Administrator相关的工作thunderbird 3 不错么
sending email limit?新手问:mysql和shell
Email 问题how to send an email in command line?
Desktop的Ubuntu怎么用命令行收发邮件?如何从我的ubuntu linux 发邮件到我的gmail 账号
求助:一个sendmail的问题求助,linux下的smtp
ft. postfix! postfix!向 zher 同学道个歉
能ping 但 http 失败linux的smtp,那个postfix
Cannot send out email on Centos 5.2 ?help on a simple smtp server setup
相关话题的讨论汇总
话题: smtpmail话题: smtp话题: nil话题: 587话题: send