You can use PowerShell to set a Web Applications outgoing email address and SMTP Server. Simply use the Set-SPWebApplication cmdlet.
PS > Set-SPWebApplication -Identity http://SP01 `
>> -OutgoingEmailAddress mail@domain.com `
>> -SMTPServer ex01.domain.com
ReTweet this Tip!
Posted
Jul 11 2012, 06:00 AM
by
sos