Click here to Skip to main content
15,886,806 members
Articles / Productivity Apps and Services / Sharepoint

Step by Step Setup for Outgoing Email Setting with SMTP Virtual Server in SharePoint 2013 – Part 2

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Apr 2015CPOL1 min read 23.1K   1  
Step by Step Setup for Outgoing Email Setting with SMTP Virtual Server in SharePoint 2013 – Part 2

First check the SMTP server is installed in the server. You can check that on Server Manger and Features section.

image_thumb9

If it is not installed first, you need to install the SMTP in the server. SMTP server needs port 25 opens in the firewall in default.

After setting up the SMTP server, you need to open the IIS Manger.

image_thumb12

Before stating the SMTP Virtual server needs to configure some properties. Right click the SMTP virtual Server and click on the Access Tab. Click on Relay.. button on the Relay restrictions.

image_thumb15

This section specified which server can use the SMTP for mail relay. So either you need to select Only the list below and add IP Addresses of all server which used to send the emails (ex:-WFE, APP) or let all servers to send emails by All except the list below and putting nothing on the list.

image_thumb19

Then click on Authentication... button on Access Control section and make the checkbox for Anonymous access.

image_thumb22

Then click ok and go to the Delivery Tab.

image

Outbound Security section allows you to provide credential for receiving server. Since we are using local SMTP server, you can make this as a Anonymous Access.

image

Outbound Connection section you can change the default port using.

image

Then start the SMTP virtual server.

image

After that, you can find the fully qualified name in General Tab and proceed with the Outbound SMTP settings as Part 1.

image

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --