2013-04-17 147 views
2

我想用SSIS發送電子郵件和附件,併發生下面的錯誤。SSIS發送郵件任務錯誤

[Send Mail Task] Error: An error occurred with the following error message: "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at".

下面是我的SMTP連接管理器,發送郵件任務,並出現上述錯誤..

enter image description here

enter image description here

任何幫助..

回答

6

您需要提供身份驗證,GMail不能用作開放中繼。

此外,您無法使用Windows身份驗證連接到GMail,因此您必須使用腳本組件,然後在.Net中執行此操作,如果這必須是您的郵件服務器。

這裏的人誰發現&解決了這個已經,甚至包括Gmail的一部分:http://kalyan-coldfusion.blogspot.co.uk/2012/04/send-email-with-ssisdatabase-from-gmail.html

更好的運氣與谷歌搜索在未來:)

+0

+1「在未來的谷歌搜索運氣更好」。 –

+0

但我的問題是如何使用發送郵件任務...這個例子是好的,但它是一種技巧...如果我想使用發送郵件任務的確如此? – Moumit