# sendMailSMTP

## Description

Send mail through smtp server.

## Input / Parameters

| No | Name          | Description                      | Data Type    | Required |
| -- | ------------- | -------------------------------- | ------------ | -------- |
| 1  | smtp          | Smtp                             | String       |          |
| 2  | smtpUserName  | SMTP username                    | String       |          |
| 3  | smtpPasswrod  | SMTP password                    | String       |          |
| 4  | emailFrom     | Email from                       | String       |          |
| 5  | emailTo       | To Email                         | String       |          |
| 6  | subject       | Subject line                     | String       |          |
| 7  | body          | Person Id                        | String       |          |
| 8  | attachments   | Attachement                      | String       |          |
| 9  | extra         | Extra data to pass into callback | Object       |          |
| 10 | callback      | Success callback                 | FunctionList |          |
| 11 | errorCallback | Error callback                   | FunctionList |          |

## Output

## Callback

## Video

## Example

* N/A

### Step

* N/A

### Result

* N/A

## Links
