-
Notifications
You must be signed in to change notification settings - Fork 107
SPOutgoingEmailSettings
Brian Farnhill edited this page Jun 2, 2016
·
19 revisions
Parameters
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
WebAppUrl | key | string | The URL of the web application. If you want to set the global settings use the Central Admin URL | |
SMTPServer | Required | string | The SMTP server for outgoing mail | |
FromAddress | Required | string | The from address to put on messages | |
ReplyToAddress | Required | string | The email address that replies should be directed to | |
CharacterSet | Required | string | The character set to use on messages | |
InstallAccount | Write | String | POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5 |
Description
This resource is used to set the outgoing email settings for either a single web application, or the whole farm. To configure the resource for a specific web app, use the URL of the web application for the WebAppUrl property, to change the settings for the whole farm use the URL of the central admin website instead. It is possible to set the outgoing server, from address, reply to address and the character set to be used for emails.
Example
SPOutgoingEmailSettings FarmWideEmailSettings
{
WebAppUrl = "http://sharepoint1:2013"
SMTPServer = "smtp.contoso.com"
FromAddress = "[email protected]"
ReplyToAddress = "[email protected]"
PsDscRunAsCredential = $InstallAccount
}
- Home
- Getting Started
- Pre-requisites
- Installing the module
- Exporting SharePoint Configuration
- Creating Configuration Files
- Pre-created Examples
- Creating an Azure development environment
- Understanding Resources & Syntax
- Remote PowerShell Authentication
- Contributing to SharePointDsc
- Other useful modules for SharePoint DSC configurations