如果我想使用PowerShell 5将MS Exchange Server上最近迁移的MS Outlook帐户的电子邮件发送到IMAP上的MS Hotmail帐户,请执行以下操作:
$splatr = @{
To = 'her@hotmail.com'
From = 'him@outlook.com'
Subject ='test'
Body ='test'
SmtpServer ='??????'
Port = 587
UseSSL = $true
}
Send-MailMessage @splatr -Credential him@outlook.com
我从哪里获取Outlook / Exchange Server SMTP名称?
如果是相反的话,我会使用
SmtpServer ='smtp-mail.outlook.com'
谢谢。
答案 0 :(得分:0)
来自Outlook,
<强>替代; 强>