Skip to content

Instantly share code, notes, and snippets.

@voice1
voice1 / sendEmail.sh
Created May 3, 2019 02:12 — forked from Rhernandez513/sendEmail.sh
Simple script to send emails with mailgun api
#!/bin/bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
set -o allexport
source .env
set +o allexport