---
title: "Send a simple email message from UConn Boomi"
canonical: "https://kb.uconn.edu/space/SIM/26413727788/Send%20a%20simple%20email%20message%20from%20UConn%20Boomi"
format: markdown
---
You may need your process in Boomi to send an email, where that’s to notify team members of an integration issue or to initiate a review of data. ITS recommends that you set up a UConn mass mail account for your project team and then use the Boomi Mass Mail Connection.

Boomi offers several *Process Libraries* and tutorials for learning how to use the mail connector and they cover  in-line messages, attachments, formatting, etc.  The *How to…* described below is intended to give you a simple way to get started with mail in your integration.

> ✅ Change the *from *address in an operation to something reflective of the project team (e.g., [boomi-iam@uconn.edu](mailto:boomi-iam@uconn.edu)).

> ⚠️ This article is intended for individuals who have a Boomi Associate Integration Developer Certification. If you do not know how to complete an action like “add a message shape”, please complete the recommended trainings

![image](media://7eb2e629-894b-4c54-b15f-1c545f1bd6b2)

## Instructions

These are the steps explaining the process shown above.  The critical pieces specific to the email process are in the Set Properties and Mail Connector shapes.  Any other necessary processing of the message can precede those two steps and any post processing can be implemented to meet your use case.

1. The *Start shape* is defined by setting the Type to the “No Data” radio button.  The Display Name in this example is set to “Lets go…”
2. Connect the *Start shape* to a *Message shape* and create a sample message that you want to email.  For this example, a message explaining it is test and adding a date/time stamp in the body is shown here:
3. Connect the *Message shape* to a *Set Properties shape.  *Add properties by clicking the **green plus** below the Properties to Set*.*
  
4. To get the mail properties on the Choose Property Window:

| Set…<br>**Property Type: **Document Property  
**Source Type: **Connectors  
**Connector: **Mail  
**Property: **Body | ![image](media://9ce7d315-78f1-4699-89d3-e0af78becf6c) |
| --- | --- |
| To add the body, click the green plus under the Property Value Label<br>![image](media://344dffba-8247-401d-b6e3-5f53f8204afb)<br>Pick the *Current Data* option in the type menu and click the *OK button.*<br>![image](media://5b017a5a-2dac-4e57-ba41-4ff255fa3e8d) | ![image](media://ead08a35-6ed9-479a-a31c-02f5af382382) |
| Repeat the process and add Mail - Subject, Mail - To Address and Mail - From Address properties.  These can all be set to appropriate static values. | ![image](media://570908ad-1eff-4836-8852-d34bce1ccc67) |

5. Connect the S*et Properties shape* to a *Connector Shape* and select the *Mail Connector Option*

| Using the Magnifying Glass in the Connection field, select the UConn Mail Connection.    
Set the action to Send.<br>Using the Magnifying Glass in the Operation field, select the existing *Send in Line** operation. | ![image](media://c4cce44b-50aa-41a1-b7bf-c5a88164b03f) |
| --- | --- |
| *If the Send in Line operation (or similar) does not exist you can create a new one using the green plus  in the Operation field.  Set<br>**Disposition**: Inline<br>**Content Type:** text/plain | ![image](media://55f7ac43-cb17-4009-8119-cbeeabb9db65) |

6. Add a *Stop Shape* to the *Connector Shape*

> ✅ Time to Test!

### How to Test

1. Click **Test** in the upper right corner of the process pallet.
2. Pick the Test Atom Cloud (TAC) available in your subaccount and click **OK**. An example shown here is the generic Test-Atom-Cloud for the mail UConn account.
3. The process will execute in test mode, and you will see each step get a green halo as it completes successfully. You will see a success message when it is done.
4. Check the mail account specified in the Mail - To Property to ensure the message arrived.