/gcf-mailgun

Google Cloud Function using Mailgun to deliver transactional emails

Primary LanguageGoMIT LicenseMIT

function.go

Simple Google Cloud Function that triggers on http and sends email using Mailgun.

gcloud functions deploy mailgun \
        --env-vars-file env.yaml
        --entry-point Mail \
        --region europe-west1 \
        --runtime go113 \
        --trigger-http