All Projects → swoosh → Phoenix_swoosh

swoosh / Phoenix_swoosh

Licence: mit
Swoosh <3 Phoenix

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Phoenix swoosh

Premailex
Preflight for your HTML emails - inline styling and plain text.
Stars: ✭ 114 (-21.38%)
Mutual labels:  phoenix, email
Papercups
Open-source live customer chat
Stars: ✭ 4,554 (+3040.69%)
Mutual labels:  phoenix, email
Caniuse.email
HTML and CSS Compatibility tables for emails
Stars: ✭ 133 (-8.28%)
Mutual labels:  email
Littlechat
A peer-to-peer video chat application made using Phoenix, LiveView, and WebRTC. Want to know how it's made? Read the blog post: https://littlelines.com/blog/2020/07/06/building-a-video-chat-app-in-phoenix-liveview
Stars: ✭ 144 (-0.69%)
Mutual labels:  phoenix
Ex oauth2 provider
Making OAuth 2 provider and authentication with http bearer as simple as possible for Elixir and Phoenix apps
Stars: ✭ 137 (-5.52%)
Mutual labels:  phoenix
Git Multimail
Send notification emails for pushes to a git repository (an improved version of post-receive-mail)
Stars: ✭ 135 (-6.9%)
Mutual labels:  email
Magma
The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development.
Stars: ✭ 1,740 (+1100%)
Mutual labels:  email
Grapevine
The MUD Chat Network
Stars: ✭ 131 (-9.66%)
Mutual labels:  phoenix
Wp mail
Documentation for all the situations where WordPress core sends an email, how and when they happen, and how to filter or disable each one.
Stars: ✭ 144 (-0.69%)
Mutual labels:  email
Grip
The microframework for writing powerful web applications.
Stars: ✭ 137 (-5.52%)
Mutual labels:  phoenix
Laravel Postmark
A Postmark adapter for Laravel
Stars: ✭ 143 (-1.38%)
Mutual labels:  email
Gman
A ruby gem to check if the owner of a given email address or website is working for THE MAN (a.k.a verifies government domains).
Stars: ✭ 137 (-5.52%)
Mutual labels:  email
Mailcare
[MIRRORING REPOSITORY] See https://gitlab.com/mailcare/mailcare. MailCare is an open source disposable email address services. Accessible via web browser or API to protect your privacy right now.
Stars: ✭ 136 (-6.21%)
Mutual labels:  email
Codefund
Deprecated. Please go to https://github.com/gitcoinco/code_fund_ads
Stars: ✭ 140 (-3.45%)
Mutual labels:  phoenix
Ce Phoenix
CE Phoenix is the ONLY Community Edition osCommerce. This Repo is now defunct, please see the new Repo URL listed below.
Stars: ✭ 134 (-7.59%)
Mutual labels:  phoenix
Django mail admin
The one and only django app to receive & send mail with templates and multiple configurations.
Stars: ✭ 140 (-3.45%)
Mutual labels:  email
Phoenix For Vk
Yet another VK client for Android
Stars: ✭ 131 (-9.66%)
Mutual labels:  phoenix
Mailjet Apiv3 Nodejs
[API v3] Official Mailjet API v3 NodeJS wrapper
Stars: ✭ 137 (-5.52%)
Mutual labels:  email
H12y
The email service for when just "hey.com" isn't enough.
Stars: ✭ 139 (-4.14%)
Mutual labels:  email
Captain Fact Api
🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io
Stars: ✭ 145 (+0%)
Mutual labels:  phoenix

Phoenix.Swoosh

Use Swoosh to easily send emails in your Phoenix project.

This module provides the ability to set the HTML and/or text body of an email by rendering templates.

See the docs for more information.

Installation

Add phoenix_swoosh to your list of dependencies in mix.exs:

def deps do
  [{:phoenix_swoosh, "~> 0.3"}]
end

Documentation

Documentation is written into the library, you will find it in the source code, accessible from iex and of course, it all gets published to hexdocs.

Contributing

Running tests

Clone the repo and fetch its dependencies:

$ git clone https://github.com/swoosh/phoenix_swoosh.git
$ cd phoenix_swoosh
$ mix deps.get
$ mix test

Building docs

$ MIX_ENV=docs mix docs

LICENSE

See LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].