Socket
Socket
Sign inDemoInstall

mailgun-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailgun-cli

control mailgun account using cli and python api


Maintainers
1

mailgun-cli

control mailgun account using cli and python api

Features

  • easily create routes for 1-on-1 forwarding mail using a csv file or Google Spreadsheet

Usages

CLI

set the mailgun api key

# bash shell
$ export MAILGUN_API_KEY [your private API key]
# fish shell
$ set -X MAILGUN_API_KEY [your private API key]

You could permanently set it in ~/.bash_profile or ~/.config/fish/config.fish

list all routes

$ mailgun routes

forward using a csv

$ mailgun forward "https://docs.google.com/spreadsheets/d/e/2PACX-1vQX-8YPc7Dja4jn3u0E5MzGdEOPxB9OEI2kDzO_7c-CLpGQ5g8LdPO2W9f6tETrVyBBZvWx3qNAMwPa/pub?output=csv"

install

$ pip install mailgun-cli 

✨🍰✨

Forward templete

Google Spreadsheet, Here is a templete.

  1. First publish your Google sheet to the web by going to File > Publish to the web...
  2. Choose the tab you want, then select Comma-separated values (.csv) as the export format
  3. Grab the URL

Learning Path

  1. https://codingdose.info/2018/08/02/develop-and-publish-with-poetry/

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc