命令行及脚本发送邮件测试的方法-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 2090534
  • 博文数量: 195
  • 博客积分: 4378
  • 博客等级: 上校
  • 技术积分: 4046
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-09 11:37
个人简介

白天和黑夜只交替没交换无法想像对方的世界

文章分类

全部博文(195)

文章存档

2014年(3)

2013年(20)

2012年(18)

2011年(107)

2010年(17)

2009年(5)

2008年(20)

2007年(5)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: python/ruby

2011-08-19 23:46:52

 

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

 

方法一:

[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:
250 2.1.0 ... sender ok
rcpt to:<>
250 2.1.5 <>... 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 <from: mail testing           
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

阅读(3409) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图