Skip to content

A demo Phoenix application showing how to send emails using Swoosh

Notifications You must be signed in to change notification settings

swoosh/phoenix_swoosh_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Swoosh Example

This is a Phoenix application demonstrating how to use Swoosh to send emails.

How to use

# clone the repo
$ git clone https://github.com/swoosh/phoenix_swoosh_example
$ cd phoenix_swoosh_example/

# install dependencies
$ mix deps.get && npm install

# export the environment variables for the services you want to try
# have a look at `config/config.exs` to figure out which one you need if you are unsure
$ export SENDGRID_API_KEY=abcabcabc

# start the application
$ mix phoenix.server

You can now visit http://localhost:4000 from your browser to start sending emails.

Learn more

About

A demo Phoenix application showing how to send emails using Swoosh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •