1. outgoing e-mail configuration contains two sections, the first part is in Exchange configuration, and the other part is enabling outgoing mail settings in Sharepoint configuration , we first set up an accept connector in Exchange:
2. Click Next to continue, enter the name of the connector:
3. Enter the specified IP Address:
4. Enter The source address that can be Relay anonymously:
5. Click New to complete the new process:
6. The next steps are important because we need to send the message externally, so we need anonymous RELAY, we open Exchange PowerShell:
7. Execute the following script:
Get-receiveconnector "Sendtomoss" | Add-adpermission-user "NT authority\anonymous LOGON"-extendedrights "Ms-exch-smtp-accept-any-recipient"
8. After execution we can implement The anonymous send mail process for MOSS:
9. Complete the process above and we can implement the anonymous Relay of the email . Next we'll implement outgoing mail settings:
Fill in the EX address, and the associated sender and reply address, click OK to complete the setup:
To this our entire outgoing mail address process has been completed.
Sharepoint builds outgoing email settings for lightweight apps!