Skip to content

Qazima/habari-plugin-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habari Plugin Mail

Purpose

This is a plugin which permit Habari to send mail.

Configuration

{
  "connectionType": "com.qazima.habari.plugin.mail.Plugin",
  "configuration": {
    "asynchronous": false,
    "bccs": [],
    "body": "{body}",
    "ccs": [],
    "from": {
      "address": "cbonet@klanik.com",
      "name": "Contact HABARI"
    },
    "host": "smtp host",
    "htmlBody": false,
    "login": "login",
    "password": "password",
    "port": 587,
    "replyTos": [
      {
        "address": "contact@habari.com",
        "name": "Contact HABARI"
      }
    ],
    "sslEnabled": false,
    "sslProtocol": "TLSv1.2",
    "subject": "Subject: {subject}",
    "tlsEnabled": true,
    "tos": [
      {
        "address": "{toMail}",
        "name": "{toName}"
      }
    ],
    "uri": "^/api/contact"
  }
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages