码迷,mamicode.com
首页 >  
搜索关键字:sendemail    ( 125个结果
发送邮件
#region /// /// 发送邮件 /// /// 要发送的邮箱 /// 邮箱主题 /// 邮箱内容 /// 返回发送邮箱的结果 public static bool SendEmail(string mailTo,string mailSubject,string mai...
分类:其他好文   时间:2014-08-05 09:26:08    阅读次数:185
《deetom》项目开发历程<五> PHP邮件
邮件类库是从github下载的简单好用; protected function sendEmail($emailAddress,$realname,$token,$title,$do){ include_once APP_ROOT . 'doitphp/modules/phpmaile...
分类:Web程序   时间:2014-07-01 23:30:19    阅读次数:380
C#发送邮件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Mail;namespace SendMessage{ class SendEmail {...
分类:其他好文   时间:2014-06-25 12:04:19    阅读次数:251
nagios监控设置monitor告警的用户名和密码
nagios监控设置monitor告警的用户名和密码默认在commands.cfg文件中定义:其中参数解释:Vimcommands.cfg文件:/usr/local/bin/sendEmail–fnagios@test.com–tyahoon@test.com–smail.test.com–u“fromnagios”–xunagios–xpp#3isoda–mhappy解释:-f表示发送者的邮箱-t表示?.
分类:移动开发   时间:2014-05-21 00:36:54    阅读次数:333
跳板机定期改密码脚本
很早写的,最近别人问过一次,贴出来吧。#!/bin/bash # source/etc/profile&>/dev/null basedir=$(cd`dirname$0`;pwd) nowmonth=`date+%m` nowday=`date+%d` email="$basedir/email/sendemail.sh" functionGaiMiMa(){ user="$1" passwd=$(/usr/bin/mkpasswd-l20-d5-c2-C..
分类:其他好文   时间:2014-05-07 22:26:08    阅读次数:951
125条   上一页 1 ... 11 12 13
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!