Ugg Microsoft Docs CONFLICT THEMSELVES>>>
I don't know wtf to do?
Install or not install SMTP service?????????
https://learn.microsoft.com/en-us/sharepoint/administration/incoming-email-configuration
What does this mean?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've configured SMTP services for Sharepoint through Central Admin.
I have verified email is sending with this script:
$web = Get-SPWeb "https://site.internal.com/"
$email = "sendto@user.com"
$subject = "Test Email from SharePoint"
$body = "This is a test email sent from SharePoint."
[Microsoft.SharePoint.Utilities.SPUtility]::SendEmail($web, 0, 0, $email, $subject, $body)
$web.Dispose()
Email sends like it should.
I the setup an alert in a Sharepoint site. It is set to alert on any change.
I have not received any email.
Do alerts require the local SMTP service? Docs are confusing.
Ugg Microsoft Docs CONFLICT THEMSELVES>>>
I don't know wtf to do?
Install or not install SMTP service?????????
https://learn.microsoft.com/en-us/sharepoint/administration/incoming-email-configuration
What does this mean?
I switched to not using TLS and alerts started working.
Now to understand incoming email and using a special exchange connector now.
Can I still use SMTP service?
Seems like it is something to do with TLS
Hi @ComputerHabit,
A properly configured SMTP service is necessary for SharePoint alerts to function. You will also need to configure the "Outgoing Email Settings" under the System Settings section.
If you are using TLS Connection Encryption, you could refer to following article
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.