Evotec

Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars 995
Forks 114
Open issues 69
PowerShell Gallery downloads 7,436,513
Release v1.41.0
Language: PowerShell Updated: 2026-04-11

API Reference

Function

EmailTo

Namespace PSWriteHTML

Defines the email addresses to which the email should be sent.

Remarks

This function sets the email addresses to which the email should be sent.

Examples

Authored help example

EXAMPLE 1


EmailTo -Addresses "user1@example.com", "user2@example.com"
Sets the email addresses to which the email should be sent to "user1@example.com" and "user2@example.com".
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

EmailTo [-Addresses <String[]>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Addresses String[] optionalposition: 0pipeline: False
Specifies an array of email addresses to which the email should be sent.