- 論壇徽章:
- 0
|
本帖最后由 小丑人間 于 2012-01-31 15:42 編輯
未命名.jpg (43.22 KB, 下載次數(shù): 3)
下載附件
2012-01-31 14:04 上傳
加文本
muttrc.txt
set sendmail="/usr/bin/msmtp"
set use_from=yes
set realname="explore-888"
set from=explore-888@qq.com
set envelope_from=yes
msmtprc.txt
account default
host smtp.qq.com
from explore-888@qq.com
auth plain
user explore-888@qq.com
password XXXXXXXXX
logfile ~/.msmtp.log
echo "hello world" | mutt -s "title" 252578390@qq.com(list.txt)
smtp.txt
aa,bb,cc,dd,ee,ff,daaa
bbaa,basd,bad,adf,bbb,aaaa
ad2,be2w,bad,bade,bae4,ba3
用smtp.txt 中的六個(gè)變量 循環(huán)替換 muttrc.txt msmtprc.txt
smtp.txt 替換一行 執(zhí)行一次 echo "hello world" | mutt -s "title" 252578390@qq.com(list.txt)
list.txt
1@q.com
23@2.com
|
|