Send Email Using SMTP Demo

This bot can be used to send an email using SMTP configuration. DLL is used inside the bot to send the email

Top Benefits

  • This bot can send email without using any third party libaries like "chilkat"
  • This bot can send ".mht" files without any vulnerability warning from the email server
  • This bot can use credential vault credentials to pass as email credentials

Tasks

  • Send email using SMTP configuration
  • Send single or multiple files as attachments
  • Allow to send .mht files without a vulerability warning

This bot can be used to send emails using SMTP configuration. A DLL is used directly inside the bot to send the email.

The logs related to this bot & the DLL will be logged inside the Bot Runner logs folder with the name "EmailSendSmtp.log"

Details of the DLL are as followed:

Namespace : SendEmailSMTP
ClassName : SendEmailClass
Function : sendEmail

Input parameters :

1 . fromAddress
2 . toAddress ( more than one emails can be separated by "," )
3 . ccAddress ( Optional . more than one emails can be separated by "," )
4 . bccAddress ( Optional more than one emails can be separated by "," )
5 . subject (Optional )
6 . isHtmlBody (boolean value true/false)
7 . body (Optional )
8 . severHost
9 . serverPort
10 . secureConnection (boolean value true/false)
11 . username
12 . password
13 . attachments ( Optional . more than one attachments can be separated by "," )

You can download the DLL source code from https://github.com/AutomationAnywhere/DLL-SendEmail_using_SMTP

Get Bot

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
239
Vendor
Automation Type
Bot
Last Updated
March 23, 2022
First Published
March 23, 2022
Platform
Automation 360
ReadMe
ReadMe
Support

See the Bot in Action

Bot
Bot & DLL realted logs
Bot file & dependency
PREV NEXT
Bot
Bot & DLL realted logs
Bot file & dependency

Setup Process

Install

Download the Bot and follow the instructions to install it in your AAE Control Room.

Configure

Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)

Run

That's it - now the Bot is ready to get going!

Requirements and Inputs

  • Provide all the mandatory input parameters to the DLL function to be executed
  • Use Crdential Vault credentials for username ,password for security