Robogator Example Task Scripts Utilities Send email notification via SMTP

Send email notification via SMTP

Send email notification via SMTP

 
  • 0 Vote(s) - 0 Average
 
Robogator
Administrator
6
11-28-2024, 09:52 AM
#1

This solution just sends an email in a simple, straightforward way via SMTP

Used parameters:
param["From" param["From"] -> Sender email address
param["To"] param["To"] -> Recipient email address
param["Subject"] param["Subject"] -> Email subject
param["Body"] param["Body"] -> Email body
param["Smtp"] param["Smtp"] -> Smtp server
param["Port"] param["Port"] -> Smtp port
param["KeyName"] -> KeyName as identifier of used password key | Default indetifier if parameter value is empty: MyPasswordKey

Used keys:
key["MyPasswordKey"] -> Password key | Default is no key with password: 12345678

Used languages:
C#
Edited 11-28-2024, 09:55 AM by Robogator.
Robogator
11-28-2024, 09:52 AM #1


This solution just sends an email in a simple, straightforward way via SMTP

Used parameters:
param["From" param["From"] -> Sender email address
param["To"] param["To"] -> Recipient email address
param["Subject"] param["Subject"] -> Email subject
param["Body"] param["Body"] -> Email body
param["Smtp"] param["Smtp"] -> Smtp server
param["Port"] param["Port"] -> Smtp port
param["KeyName"] -> KeyName as identifier of used password key | Default indetifier if parameter value is empty: MyPasswordKey

Used keys:
key["MyPasswordKey"] -> Password key | Default is no key with password: 12345678

Used languages:
C#

 
  • 0 Vote(s) - 0 Average