最关键的地方是,在系统管理员那个地方设置的email地址要和email配置的相同。见鬼,折腾了几个小时。...
分类:
其他好文 时间:
2014-09-16 23:43:31
阅读次数:
234
跨域提交留言,并返回是否成功!
C#服务端:
public void FeedBackPost(string name, string email, string tel, string website, string desc, string thisIp, string sourse, string callBack)
{
try
...
分类:
Web程序 时间:
2014-09-16 20:37:51
阅读次数:
243
一、前言Java码农不识Apache,敲尽一生也枉然。旗下的开源项目众多,各个都是吊炸天。今日且说Commons,轻轻点击此链接进入ApacheCommons主页,Logging、Pool、Net、ONGL、EL、IO、DBCP、Email、Collection、Lang……等等项目中常用到的包。而这篇文章的主角Lang则是我们最常用..
分类:
其他好文 时间:
2014-09-16 19:11:51
阅读次数:
369
一直以来困扰的我问题是,触发器一旦触发,便会猛报警,如果你设置了email ,你的邮箱绝对会爆掉。 今天终于找到了方案,很简单,就是增加action 的steps ,从一个增加到defaultduration 设置为600 ,10分钟一次 ,也就是说,50分钟内,他会报5次,每10分钟报一次。...
分类:
其他好文 时间:
2014-09-16 10:41:40
阅读次数:
310
好吧,创建一个redmine,在配置邮件的时候sendmail 可以通过,smtp 25端口可以通过,但使用SSL465 端口说什么也过不去
报错Email delivery error: Net::ReadTimeout
找样例找不到,有关于tls的,用不到。
最后配置如下,竟然是如此简单,注意红字部分
delivery_method: :smtp
smtp_s...
分类:
Web程序 时间:
2014-09-15 19:32:39
阅读次数:
610
public class RegularHelp { //验证Email地址 public static bool IsValidEmail(string strIn) { // Return true if strIn is ...
分类:
其他好文 时间:
2014-09-15 17:16:39
阅读次数:
164
//邮箱+ (BOOL) validateEmail:(NSString *)email{ NSString *emailRegex = @"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}"; NSPredicate *emailTest...
分类:
移动开发 时间:
2014-09-15 09:57:38
阅读次数:
217
HTML5 知识点(1)语义化标记 ,,,,,,,,,,(2)表单增强 ①新的INPUT类型: color, email, date, month, week, time, datetime, datetime-local, number, range, search, tel, url ②新属性:...
分类:
Web程序 时间:
2014-09-15 00:51:27
阅读次数:
303
取消git全局设置很多同学照着网上的教程,都会对git进行全局设置,例如:git config --global user.name "your_name"git config --global user.email "your_email"如果你多参与的项目都允许你用同一个用户名和邮箱,这样设置....
分类:
其他好文 时间:
2014-09-14 22:03:57
阅读次数:
263
Powershell配置SharePoint环境1. 设置outgoing email:1) Powershell:$loadasm =[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")$SPGlobal...
分类:
其他好文 时间:
2014-09-14 21:57:57
阅读次数:
198