GithubHelp home page GithubHelp logo

emailsiggenerator's Introduction

Email Signature Generator

This is a quick tool I built that will generate a email signature based on input of a yaml file.

sample image

Usage

From the Binary

  1. Grab the latest binary for your Operating System from here
  2. Extract it into its own folder
  3. Edit emailSigGenerator.yaml and populate the fields
  4. Run emailSigGenerator
  5. If your browser doesn't open on its own. Open your browser and navigate to http://localhost:8181/
  6. You will be given the option to generate your signature from the yaml file that was next to the executable. Or you can use the form and populate the data there
  7. You can then copy the signature to your email client of choice.

Gotchas

This app is currently unsigned. This means when you run it the first time you will get a warning and you won't be able to continue. On mac you will need to click the โ“ mark and follow the instructions to allow it and then run it again.

From Source

  1. Clone the repository
  2. Have Go setup
  3. Download the dependencies go mod download
  4. Edit emailSigGenerator.yaml
  5. Run the app go run main.go
  6. You will be given the option to generate your signature from the yaml file that was next to the executable. Or you can use the form and populate the data there

This service is also available with curl

curl --request POST \
  --url http://localhost:8181/form \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'Name=First Last' \
  --data 'Title=Awesome Sauce' \
  --data Phone=555-555-5555 \
  --data 'Logo=https://tensure.io/icons/icon-144x144.png?v=669fd962b090ca24382d97e5c236b611' \
  --data CompanyName=Tensure \
  --data CompanyURL=https://tensure.io

emailsiggenerator's People

Contributors

jamesatintegratnio avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.