Uipath Marketplace
MarketplaceStudioスニペットSend Email Reusable Workflow

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Send Email Reusable Workflow

Send Email Reusable Workflow

作成者: devyani sharma

StarStarStarStarStarStarStarStarStarStar

0

スニペット

ダウンロード数

<100

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

Reusable workflow which helps with sending emails using any send mail activity.

概要

概要

Introduction 

This is a reusable workflow which is useful for sending emails. Sometimes in large projects, there are cases where mails are required to be sent in different workflows. This workflow can be used as a reusable component and instead of defining the complete workflow, we can include this workflow anywhere we want.

Prior Requirements 

These are the two assets that need to be defined in Orchestrator:

1. ServerCredentials - Used to save the Credential of the MailBox.

2. SendEmail_ServerInfo - Used to save the information of the MailBox Server. Define the value in the following format

{  "Server": "https://outlook.pdo.co.om ",  "Domain": "DEVYANI" ,  "Port": "547" ,"Name": "Devyani" ,  "From":"Devyani@gmail.com" , "To" : "Devyani.Sharma@gmail.com" }

Arguments need to Pass:

  • in_MailType - This is mandatory. Provide the type of Mail activity you want to use to send the mail - Exchange, Outlook, IBM or SMTP.
  • in_MailTo - This is optional in case it is defined in the "SendEmail_ServerInfo" asset.
  • in_MailAttachments - This is optional.
  • in_MailBody - This is optional . Define in HTML format.
  • in_MailSubject - This is optional.
  • in_MailBCc - This is optional.
  • in_MailCc - This is optional.

機能

機能

- No need to define or create a separate workflow for sending mails in the project.

- Easy to use by just including the workflow in the project.

- Use any send mail activity.

その他の情報

その他の情報

依存関係

UiPath.webAPI.Activities UiPath.Mail.Activities UiPath.System.Activities

コード言語

Visual Basic

公開者

devyani sharma

公開者ページを表示

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.0

更新日

2021年11月26日

対応製品

Studio: 19.10 - 22.10

認定

シルバー 認定済み

アプリケーション

Microsoft Outlook

サポート

UiPath コミュニティ サポート

類似のコンポーネント