Friday, October 9, 2015

Redirect from one page to another Page in SharePoint 2010

Redirect from one page to another Page in SharePoint 2010

Today I got a new request from the client for the Page redirection in SharePoint.
This will be possible with adding a content Editor WebPart with the following JavaScript.


<meta http-equiv="refresh" content="0;url=http://server/sites/default.aspx">

Thursday, October 8, 2015

Updating SMTP outgoing email settings to specific Web Application in SharePoint 2010

Updating SMTP outgoing email settings to specific Web Application in SharePoint 2010:
=============================================================
 By default , we will configure the new SMTP Server details at 

Central Administration : Outgoing E-Mail Settings .




But some times, the new SMTP server details may not reflect in all the web applications.

At that time I faced email sending issues from one particular web application.

For this , we need to manually go and verify all the web application settings from Central Admin Page as mentioned below:





with this , we can verify the new SMTP server configured for all the web applications in the FARM.