使用sendMail通过外部SMTP发送邮件

date: 2010-04-26 17:39:33
官方地址: http://caspian.dotconf.net/menu/Software/SendEmail/
svntrac中发送邮件的配置:
1 | /usr/bin/ticketmail.sh "%A" "%a" "%d" "%n" "%p" "%r" "%s" "%t" "%u" |
ticketmail.sh中发送邮件的命令:
1 | /usr/bin/sendEmail -f "$sender_name<$sender>" -t $mailto -u $email_title -m "$email_content" -s xhis.com -xu ac -xp nopass -o message-charset=GBK -q |
- Title: 使用sendMail通过外部SMTP发送邮件
- Author: Micheal Chen
- Created at : 2010-04-26 17:39:33
- Updated at : 2025-03-22 21:00:48
- Link: https://www.xhis.com/hexo/2010/04/26/notes/使用sendMail通过外部SMTP发送邮件/
- License: This work is licensed under CC BY-NC-SA 4.0.