Spring Mailgun Sender
Project to while away the time, it's an integration with mailgun to send some emails.
I've another project to send emails too, but it's exclusive to send emails 4 gmail with some spring's cool tools.
Technologies | How To Use | How To Contribute | License
This project was developed with the following technologies:
-
API:
-
INTEGRATION:
To clone and run these configurations, you'll need Git, From your command line:
# Clone this repository
$ git clone https://github.com/Duduxs/spring-mailgun-sender
#You'll need to set two env vars ${MAILGUN_DOMAIN} and ${MAILGUN_API_KEY}.
You can get those by creating an account in mailgun website and prowling into his docs to get these values.
https://signup.mailgun.com/new/signup
To run spring-mailgun:
# Execute the main class EmailSenderApiApplication with dev or test profile - Make a fork;
- Create a branch with your feature:
git checkout -b my-feature; - Commit changes:
git commit -m 'feat: My new feature'; - Make a push to your branch:
git push origin my-feature.
This project is under the MIT license. See the LICENSE for more information.
