码迷,mamicode.com
首页 >  
搜索关键字:阿里云 smtp    ( 9446个结果
云计算之路-阿里云上:负载均衡从七层换成四层后的意外发现
阿里云的负载均衡产品叫SLB,七层负载均衡用的是LVS+Tengine,四层负载均衡用的是LVS。昨天七层SLB出现了波动,我们后来改用了四层SLB。使用后意外地发现,用户请求的响应内容TCP出包走的是云服务器的公网网卡。
分类:其他好文   时间:2014-06-28 22:12:17    阅读次数:350
使用.net(C#)发送邮件学习手册(带成功案例)
使用.net(C#)发送邮件学习手册(带成功案例)1.了解发送邮件的三种方式2.实例介绍使用client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis3.如何设定本机IIS的SMTP服务器1.了解...
分类:Web程序   时间:2014-06-21 10:47:54    阅读次数:397
SmtpDlg 调用SMTP
// SmtpDlg.h : 头文件//#pragma once#include "afxwin.h"#include "string"using namespace std;// CSmtpDlg 对话框class CSmtpDlg : public CDialogEx{// 构造public: ...
分类:其他好文   时间:2014-06-21 08:05:46    阅读次数:254
WebMail
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:Web程序   时间:2014-06-20 21:42:40    阅读次数:292
WebMail
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:Web程序   时间:2014-06-20 20:02:17    阅读次数:324
使用.net(C#)发送邮件学习手册(带成功案例)
使用.net(C#)发送邮件学习手册(带成功案例)1.了解发送邮件的三种方式2.实例介绍使用client.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis3.如何设定本机IIS的SMTP服务器1.了解...
分类:Web程序   时间:2014-06-20 18:58:47    阅读次数:350
WebMail
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:Web程序   时间:2014-06-20 18:22:34    阅读次数:185
WebMail
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:Web程序   时间:2014-06-20 16:42:25    阅读次数:244
WebMail
try { WebMail.SmtpServer = "smtp.example.com";WebMail.SmtpPort = 587;WebMail.EnableSsl = true;WebMail.UserName = "mySmtpUsername";WebMail.Passwor...
分类:Web程序   时间:2014-06-20 15:02:31    阅读次数:206
阿里云应用纪实
这是我第一次使用aliyun的经历,写下来,算是笔记,也是给小白用户的参考吧。...
分类:其他好文   时间:2014-06-18 07:34:34    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!