fiber-email

command module
v0.0.0-...-c31902d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2022 License: MIT Imports: 10 Imported by: 0

README

FIBER MAIL

Send Emails (news letters) using fiber

  • Send Emails API
  • Configuration sample file Config

Sample Schema to send emails

[
  {
    "to": {
      "name": "Sample User",
      "address": "sample@gmail.com"
    },
    "subject": "Hello",
    "body": "Hello we're having new stock"
  },
  {
    "to": {
      "name": "Test User",
      "address": "testuser@gmail.com"
    },
    "subject": "Hello",
    "body": "<p>Hello  <b>Test User</b> we're having new stock</p>"
  },
  {
    "to": {
      "name": "Best User",
      "address": "bestuser@gmail.com"
    },
    "subject": "Hello",
    "body": "<p>Hello we're having new stock</p>"
  }
]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL