㈠ 请问通过代理服务器上网,OUTLOOK应该怎么设置才能发邮件
邮箱地址:[email protected]
邮箱密码:123456
SMTP地址:smtp.youngzsoft.com
POP3地址:pop3.youngzsoft.com
代理服务器地址:192.168.0.1
注意,以上帐号信息是假设的,请根据自己邮箱帐号的情况具体分析。
1. 按照常规(即不通过代理)设置好帐号。
2. 在“接收邮件服务器(POP3)”和“邮件发送服务器(SMTP)”右侧编辑框中输入代理服务器的IP地址,用户名修改为support#pop3.youngzsoft.com,然后单击“其他设置”(如图 )。“帐号名”的组成规律是“原始的帐号名(即直接上网收发邮件时的帐号名)”+“#”+“原始的接收邮件(POP3)服务器地址”。
㈡ 如何让SmtpClient通过http代理服务器发送邮件
HOST:smtp.163.com
public static string
CreateTimeoutTestMessage(string server)
{
string Success =
"发送成功";
try
{
string _to = "[email protected]";
string _from =
"[email protected]";
string _subject = "Using the new SMTP client.";
string _body =
@"Using this new feature, you can send an e-mail
message from an application very easily.";
MailMessage message = new
MailMessage();
message.From = new
MailAddress(_from);
//可以利用MailMessage.To.Add方法增加要发送的邮件地址
message .To .Add (new MailAddress ("[email protected]"));
message.To.Add(new
MailAddress(_to));
message.Subject = _subject;
message.Body = _body;
//添加附件
Attachment a = new
Attachment(@"C:/Users/Administrator/Desktop/smtpclient.rar");
message.Attachments.Add(a);
//设置邮箱的地址或IP
SmtpClient client = new
SmtpClient(server);
//设置邮箱端口,pop3端口:110, smtp端口是:25
client.Port = 25;
//设置超时时间
client.Timeout = 9999;
//要输入邮箱用户名与密码
client.Credentials = new NetworkCredential("[email protected]", "******");
client.Send(message);
}
catch (Exception ex)
{
Success = ex.ToString();
}
return Success;
}
[c-sharp] view
plainprint?
public static string CreateTimeoutTestMessage(string server)
{
string Success = "发送成功";
try
{
string _to = "[email protected]";
string _from = "[email protected]";
string _subject = "Using the new SMTP client.";
string _body = @"Using this new feature, you can send an e-mail message from an application very easily.";
MailMessage message = new MailMessage();
message.From = new MailAddress(_from);
//可以利用MailMessage.To.Add方法增加要发送的邮件地址
message .To .Add (new MailAddress ("[email protected]"));
message.To.Add(new MailAddress(_to));
message.Subject = _subject;
message.Body = _body;
//添加附件
Attachment a = new Attachment(@"C:/Users/Administrator/Desktop/smtpclient.rar");
message.Attachments.Add(a);
//设置邮箱的地址或IP
SmtpClient client = new SmtpClient(server);
//设置邮箱端口,pop3端口:110, smtp端口是:25
client.Port = 25;
//设置超时时间
client.Timeout = 9999;
//要输入邮箱用户名与密码
client.Credentials = new NetworkCredential("[email protected]", "******");
client.Send(message);
}
catch (Exception ex)
{
Success = ex.ToString();
}
return Success;
}
㈢ 邮件服务器发送电子邮件是怎么一个过程
摘要 一封电子邮件的发送和接收的主要步骤
㈣ OUTLOOK 2010如何通过代理服务器收发邮件
1.代理服务器设置好邮件代理(端口映射一般为110,25)并确保启用 2.进入账户设置界面 3.按如下方式设置邮件收发服务器为代理服务器的IP,用户为:用户名#邮件服务器就OK了。
㈤ 如何使用代理发邮件
下载一个代理服务器CCPRO,安装破解后,点高级设置
把原有代理服务器的IP地址改为你想要的IP地址就OK了
㈥ 怎样写程序通过代理服务器发送邮件
smtp本身就是一个基于代理的协议,也就是说,它天生就是可代理的,
本地的smtp服务器本身就是smtp的代理服务器,而smtp协议本身也是
smtp的代理协议,所以你只要会smtp编程,就是在通过代理服务器
发邮件。根本不需要专门的技术。
㈦ 我的办公室用了代理服务器上网,怎么用outlook来收发sina邮件啊
您好,使用了代理服务器,如何在客户端进行设置: 1、outlook在服务器选项pop3/smtp地址请填写代理服务器IP,帐户名须填写 **@vip.sina.com#pop3.vip.sina.com (如果是免费邮箱,帐户名须填写 **@sina.com.cn#pop3.sina.com.cn) 2、在“我的服务器要求身份验证/设置”选项中,需要选用“登陆方式”。 3、然后在用户名填写 **@vip.sina.com#smtp.vip.sina.com 密码处填写邮箱密码,这样即可以设置成功。(如果是免费邮箱,帐户名须填写 **@sina.com.cn#pop3.sina.com.cn) Wingate 代理软件中设置OE可以发信方法:http://tech.sina.com.cn/c/2003-09-04/22545.html 如有更多问题, 请咨询新浪客服中心。 全国统一客服热线:95105670 咨询邮箱:[email protected]
㈧ 请问通过代理服务器上网,OUTLOOK应该怎么设置才能发邮件,在哪里设
以163为例,我给你说一下设置过程:
1.打开 Outlook(即 Outlook Express),点击“工具”,然后选“帐户”。
2.单击“添加”,在弹出菜单中选择“邮件”,进入 Internet 连接向导。
3.在“显示名:”字段中输入您的姓名,然后单击“下一步”。
4.在“电子邮件地址:”字段中输入您的完整 163 免费邮地址([email protected]),然后单击“下一步”。
5.在“接收邮件(pop、IMAP或HTTP)服务器:”字段中输入 pop.163.com。在“发送邮件服务器 (SMTP):”字段中输入:smtp.163.com,单击“下一步”。
6.在“帐户名:”字段中输入您的 163 免费邮用户名(仅输入@ 前面的部分)。在“密码:”字段中输入您的邮箱密码,然后单击“下一步”。
7.点击“完成”。
8.在 Internet 帐户中,选择“邮件”选项卡,选中刚才设置的帐号,单击“属性”。
9.在属性设置窗口中,选择“服务器”选项卡,勾选“我的服务器需要身份验证”,并点击旁边的“设置”按钮。
10.登录信息选择“使用与接收邮件服务器相同的设置”,确保您在每一字段中输入了正确信息。
11.点击“确定”。
㈨ 如何使用代理服务器发邮件
找一个在线代理或者加国的vpn,然后用代理上邮箱发送邮件即可
㈩ 怎么用代理收发电子邮件
POP3 的SMTP 系统 都有 邮件转发协议
一般邮件 代理都是 使用SMTP转发协议完成的
邮件转发需要 SMTP服务器支持 匿名转发。
也就是,你的服务器 支持匿名转发 这样就可以设置他为 你的 代理服务器 为你发邮件了。