Hi, anyone met the sending issue like this? By using powershell
Posted
by
pansal
on Server Fault
See other posts from Server Fault
or by pansal
Published on 2012-06-17T03:18:29Z
Indexed on
2012/06/17
3:19 UTC
Read the original article
Hit count: 132
powershell
My script is about sending notfication email, and it was running well on my local machine, but when I removed it to an server 2k3, the email cannot be sent out with below error log:
Exception calling "Send" with "1" argument(s): "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was
not authenticated"
At line:1 char:19
+ $smtp_buglist.Send <<<< ($mail_buglist)
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
Please help me out of this, I am confused.
© Server Fault or respective owner