Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.
/ mailmerge Public archive

This library provides handful of api's to send all sorts of email using different mail services.

Notifications You must be signed in to change notification settings

AhmadWaleed/mailmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b9c826 · Dec 21, 2019

History

14 Commits
Dec 14, 2019
Dec 21, 2019
Dec 21, 2019
Dec 14, 2019
Dec 21, 2019
Dec 21, 2019
Dec 21, 2019
Dec 15, 2019

Repository files navigation

Installation

First add package as a repository in composer.json file.

"repositories": [
    {
        "type": "vcs",
        "url": "[email protected]:AhmadWaleed/mailmerge.git"
    }
]

Now you can install MailMerge via composer using the following command:

composer require ahmedwaleed/mailmerge

MailMerge will automatically register itself using package discovery

Requirements

Mailmerge requires a Laravel application running version 6.0 or higher and php minimum php 7.4

About

This library provides handful of api's to send all sorts of email using different mail services.

Resources

Stars

Watchers

Forks

Packages

No packages published