Skip to main content

Send-FluxEmail

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

SendGrid (Default)

Send-FluxEmail -SendGridClient <SendGridClient> -SendGridMailMessage <SendGridMessage>
[-ProgressAction <ActionPreference>] [<CommonParameters>]

Smtp

Send-FluxEmail -SmtpClient <SmtpClient> -SmtpMailMessage <MailMessage> [-ProgressAction <ActionPreference>]
[<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-SendGridClient

SendGrid Client to use to send the Email

Type: SendGridClient
Parameter Sets: SendGrid
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SendGridMailMessage

SendGrid Message to Send via the SendGrid Client

Type: SendGridMessage
Parameter Sets: SendGrid
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SmtpClient

SMTP Client to use to send the Email

Type: SmtpClient
Parameter Sets: Smtp
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SmtpMailMessage

Mail Message to Send via the SMTP Client

Type: MailMessage
Parameter Sets: Smtp
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Void

NOTES