命令行及脚本发送邮件测试的方法

命令行及脚本发送邮件测试的方法:

 

方法一:

[root@dg01 ~]# telnet localhost 25 
Trying 127.0.0.1... 
Connected to localhost.localdomain (127.0.0.1). 
Escape character is '^]'. 
220 dg01.com.cn ESMTP Sendmail 8.13.8/8.13.8; Fri, 19 Aug 2011 06:53:38 -0400 
helo demo.domain.tld 
250 dg01.com.cn Hello localhost.localdomain [127.0.0.1], pleased to meet you 
mail from:<kevin@dg01.com.cn> 
250 2.1.0 <kevin@dg01.com.cn>... Sender ok 
rcpt to:<kevin@hotmail.com
250 2.1.5 <kevin@hotmail.com>... Recipient ok 
data 
354 Enter mail, end with "." on a line by itself 
----------------------------------

This is the mail test content

----------------------------------

----------------------------------

This is the mail test content

---------------------------------- 

250 2.0.0 p7JArcEE018377 Message accepted for delivery

quit

 

方法二:

脚本测试 
[root@dg01 ~]# cat mtest.sh 
#!/bin/bash 
/usr/sbin/sendmail -t <<EOF 
From: Mail testing <kevin@gmail.com> 
TO:kevin@126.com

Cc:root@dg01.com.cn 
Bcc:kevin@hotmail.com 
subject:mail testing 
----------------------------------

This is the mail test content

----------------------------------

----------------------------------

This is the mail test content

---------------------------------- 

EOF





    本文转自vcdog 51CTO博客,原文链接:http://blog.51cto.com/255361/836915,如需转载请自行联系原作者




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值