Skip to content

Introduction

The Athena::MIME component allows manipulating the MIME messages used to send emails and provides utilities related to MIME types.

Installation#

First, install the component by adding the following to your shard.yml, then running shards install:

dependencies:
  athena-mime:
    github: athena-framework/mime
    version: ~> 0.1.0

Usage#

Todo

Write me