Skip to content

Commit

Permalink
Merge pull request #1 from 0x4447/development
Browse files Browse the repository at this point in the history
Updated
  • Loading branch information
davidgatti authored Feb 2, 2019
2 parents 867fed4 + 70fd995 commit a4ce93c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Outbound

This function will sort all the incoming emails based on the From and To field.
This lambda will read outgoing emails formated in JSON, convert them in to a raw email, send them using SES, and store them in S3.

The repo is part of the [S3-Email](https://github.com/0x4447/0x4447-product-s3-email) product.

# How to run locally

```
AWS_ACCESS_KEY_ID=STRING \
AWS_SECRET_ACCESS_KEY=STRING \
npm run locally
```
```

# The End

If you enjoyed this project, please consider giving it a 🌟. And check out our [0x4447 GitHub account](https://github.com/0x4447), where we have additional resources that you might find useful or interesting.

## Sponsor 🎊

This project is brought to you by 0x4447 LLC, a software company specializing in building custom solutions on top of AWS. Follow this link to learn more: https://0x4447.com. Alternatively, send an email to [[email protected]](mailto:[email protected]?Subject=Hello%20From%20Repo&Body=Hi%2C%0A%0AMy%20name%20is%20NAME%2C%20and%20I%27d%20like%20to%20get%20in%20touch%20with%20someone%20at%200x4447.%0A%0AI%27d%20like%20to%20discuss%20the%20following%20topics%3A%0A%0A-%20LIST_OF_TOPICS_TO_DISCUSS%0A%0ASome%20useful%20information%3A%0A%0A-%20My%20full%20name%20is%3A%20FIRST_NAME%20LAST_NAME%0A-%20My%20time%20zone%20is%3A%20TIME_ZONE%0A-%20My%20working%20hours%20are%20from%3A%20TIME%20till%20TIME%0A-%20My%20company%20name%20is%3A%20COMPANY%20NAME%0A-%20My%20company%20website%20is%3A%20https%3A%2F%2F%0A%0ABest%20regards.).

0 comments on commit a4ce93c

Please sign in to comment.