Robogator
Send email notification via SMTP - Printable Version

+- Robogator (https://community.robogator.io)
+-- Forum: Example Task Scripts (https://community.robogator.io/forum-8.html)
+--- Forum: Utilities (https://community.robogator.io/forum-7.html)
+--- Thread: Send email notification via SMTP (/thread-11.html)



Send email notification via SMTP - Robogator - 11-28-2024


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#