如题
ssis 邮件发送任务 使用公司邮件服务器发邮件
需要如何配置

解决方案 »

  1.   

    不过没用过这个Task..感觉不太好用..
      

  2.   

    SMTPConnection就可以实现了.
    按照上面的选项配置就是了.
    如果是发送外部邮箱邮件,
    注意公司防火墙上面的设置. 
      

  3.   

    按照向导配置Database Email就可以了,中间注意的是SMTp的端口,服务器名。其他的都很简单了。
      

  4.   

    有没有朋友成功发送到163、sina之类的邮箱?
    上次做了测试,好像没成功
      

  5.   

    配置了公司的SMTP服务器 然后自己给自己发邮件,发不出去
    报 “未指定SMTP主机”
      

  6.   

    There is no need to set an separate SMTP Server. you can use the SSIS confinger management. In this tools you can set the SMTP Server in the bottom option. you can use your old smtp server and the user account which is already set up in your office.if you have no such SMTP server before, I think you should set an new SMTP Server by yourself, the setting steps you can get from internet Ray