unable to trigger emails

Glenn Maxwell 10,146 Reputation points
2022-04-07T02:27:42.64+00:00

Hi All

I am using exchange 2016 hybrid environment. i am using onprem relay. One of my application is running on a server lets say server01. application is trying to send emails and when the ssl option is checked in application the emails are not triggered. if i uncheck the ssl option the emails are triggered. on that server from the powershell i am able to trigger emails with ssl enabled using below syntax. experts guide me as i am not sure if this is an application issue

Send-MailMessage -SmtpServer mrfa.contoso.com -Credential $credential -From 'serviceaccount@Company portal .com' -To 'myemail@Company portal .com' -Subject 'Test' -Port 587 -UseSsl

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,173 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,345 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,884 questions
0 comments No comments
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,206 Reputation points
    2022-04-08T01:14:57.977+00:00

    @Glenn Maxwell

    Based on your description, you could send email from PowerShell successfully, it means there doesn't exist issue with the connector configuration. You need to check with the application side.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

0 additional answers

Sort by: Most helpful