Skip to content

carnivore-rb/jackal-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jackal Mail

Simple handler for sending email

Configuration

Optional configuration

{
  "jackal": {
    "config": {
      "mail": {
        "bcc": "",
        "via_options": {
          ...
        }
      }
    }
  }
}

See https://github.com/benprew/pony#transport for "via_options"

Payload structure

{
  :destination => {
    :email => '',
    :name => ''
  },
  :origin => {
    :email => '',
    :name => ''
  },
  :subject => '',
  :message => '',
  :html => true/false
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages