Mailcoach is a self-hosted email list manager - in a modern jacket.

Related tags

Email php laravel mail
Overview

Welcome to Mailcoach

Mailcoach is a self-hosted email list manager - in a modern jacket.

It features:

  • Subscribers and lists management
  • Subscribe, double opt-in and unsubscribe flows
  • HTML templates with drop-in variables
  • Drafts, previews and test mails
  • Send newsletters to an unlimited amount of subscribers
  • Statistics and tracking of opens and clicks

In order to be able to install all necessary dependencies you need an mailcoach license you can buy at mailcoach.app

Read our documentation on how to get started.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

You might also like...
Omnisend: Ecommerce Email Marketing and SMS Platform

Omnisend Omnisend: Ecommerce Email Marketing and SMS Platform Version v1.x Support all PHP Version =5.6 v2.x Support all PHP Version =7.0 Installati

Sending Email via Microsoft Exchange Web Services made Easy!

Send Mail via Exchange Web Services! Sending Email via Microsoft Exchange Web Services (EWS) made easy! Installation Install via Composer composer req

An AngularJS / Laravel app - Keyword Based Email forwarder | read/write emails through IMAP
An AngularJS / Laravel app - Keyword Based Email forwarder | read/write emails through IMAP

@MailTree Simple mail forwarder. Based on the specific email body/subject keywords forward mails to the list of predefined users. Install Imap Install

Disposable email address validator for Laravel

Laravel Disposable Email Adds a validator to Laravel for checking whether a given email address isn't originating from disposable email services such

EMAIL, PASSWORD AND USERNAME GENERATOR
EMAIL, PASSWORD AND USERNAME GENERATOR

Email-Generator EMAIL, PASSWORD AND USERNAME GENERATOR Install on desktop : Install XAMPP Added environment variable system path = C:\xampp\php downl

Fetch is a library for reading email and attachments, primarily using the POP and IMAP protocols

Fetch Fetch is a library for reading email and attachments, primarily using the POP and IMAP protocols. Installing N.b. A note on Ubuntu 14.04 (probab

📧 Handy email creation and transfer library for PHP with both text and MIME-compliant support.

📧 Handy email creation and transfer library for PHP with both text and MIME-compliant support.

Magento 2 SMTP - AVADA Email Marketing Integration
Magento 2 SMTP - AVADA Email Marketing Integration

SMTP Extension for Magento 2 allows the owner offer a Magento 2 store to custom SMTP (Simple Mail Transfer Protocol) server which transmits email messages. Through the SMTP server, messages will be delivered directly and automatically to the chosen customers. It offers flexible configurations with 21 different SMTP servers such as Gmail, Hotmail, O2 Mail, Office365, Mail.com, Send In Blue, AOL Mail Orange, GMX, Outlook, Yahoo, Comcast, or Custom SMTP - for your own SMTP server, etc.

Stampie is a simple API Wrapper for different email providers such as Postmark and SendGrid.

Stampie Stampie is a simple API Wrapper for different email providers such as Postmark and SendGrid. It is very easy to use and to integrate into your

Comments
  • SES webhooks not coming through

    SES webhooks not coming through

    Hey have you ever gotten things "verified" where the hook comes through for verification, but no "open" or "click" events come through at all?

    I've got the settings in the campaign set to track, I've also got my event notifications for all the proper click, open, bounce etc, but we're not seeing anything come through for opens or clicks. I'm getting the email tests, but nothing is being tracked yet.

    opened by ryanhungate 3
  • Uploading images won't work with unlayer editor.

    Uploading images won't work with unlayer editor.

    Uploading images won't work with unlayer editor.

    In my network tab the error Reading 'Exif data is not supported by this PHP installation'

    I guessed vapor doesn't meet the requirements of spatie.be/laravel-medialibrary. https://spatie.be/docs/laravel-medialibrary/v9/requirements

    I altered the dockerfile to get rid of this error.

    FROM laravelphp/vapor:php80
    
    RUN apk --update add ffmpeg
    
    
    COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
    RUN install-php-extensions gd exif
    
    COPY . /var/task
    

    Is this the correct way of tackling the problem?

    If there is a better solution or any other things that are wise to add to the dockerfile to get mailcoach correctly working i would like to know.

    opened by ChrisTravPRO 1
  • Mailer [mailcoach] is not defined

    Mailer [mailcoach] is not defined

    Just installed this with a brand new vapor domain - using the default install - and getting an error in the UI that says the mailcoach mailer isn't defined when sending a test message. Are we missing something that needs to be set in the configuration passed to vapor?

    opened by ryanhungate 1
Releases(2.0.1)
Owner
Spatie
We create open source, digital products and courses for the developer community
Spatie
This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified.

Laravel Verify New Email Laravel supports verifying email addresses out of the box. This package adds support for verifying new email addresses. When

Protone Media 300 Dec 30, 2022
Magento 2 Email Catcher or Email Logger Module.

Magento 2 Module Experius email catcher / - logger

Experius 49 Dec 16, 2021
Cross-language email validation. Backed by a database of over 38 000 throwable email domains.

Cross-language temporary (disposable/throwaway) email detection library. Covers 38038+ fake email providers.

Francois-Guillaume Ribreau 1.4k Jan 9, 2023
The classic email sending library for PHP

PHPMailer – A full-featured email creation and transfer class for PHP Features Probably the world's most popular code for sending email from PHP! Used

PHPMailer 19k Jan 1, 2023
PHP library for parsing plain text email content.

EmailReplyParser EmailReplyParser is a PHP library for parsing plain text email content, based on GitHub's email_reply_parser library written in Ruby.

William Durand 606 Dec 8, 2022
Send email across all platforms using one interface

Send email across all platforms using one interface. Table Of Content Requirements Installation Providers AmazonSES Mailgun Mailjet Mandrill Postmark

Omnimail 329 Dec 30, 2022
Small PHP library to valid email addresses using a number of methods.

Email Validator Small PHP library to valid email addresses using a number of methods. Features Validates email address Checks for example domains (e.g

James Jackson 154 Dec 31, 2022
Library for using online Email providers

Stampie Stampie have been moved to the "Flint" organization in order to get a better collaborative flow. Stampie is a simple API Wrapper for different

Henrik Bjørnskov 32 Oct 7, 2020
Library for using online Email providers

Stampie Stampie is a simple API Wrapper for different email providers such as Postmark and SendGrid. It is very easy to use and to integrate into your

Stampie 288 Dec 31, 2022
Mail sending module for Mezzio and Laminas MVC with support for file attachment and template email composition

This module provides an easy and flexible way to send emails from Mezzio and Laminas MVC applications (formerly known as Zend Expressive and Zend MVC). It allows you to pre-configure emails and transports, and then send those emails at runtime.

null 82 Jan 16, 2022