Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

dsmwebgeeks/webgeeksmailer

Repository files navigation

Web Geeks Mailer

When new Web Geeks events are published on Eventbrite, this app generates a new MailChimp campaign based on existing templates and populates the event data.

It sends an email to Web Geeks organizers when the campaign is ready to be viewed. Then, the campaign can be edited or scheduled for sending.

Development

Requirements

  • PHP 7.1+ and Composer
  • MySQL
  • Redis

Setup

  1. Clone the repo
  2. composer install
  3. Set the proper keys in .env, especially for Eventbrite and MailChimp integrations. Don't forget to create and set the values for your MySQL and Redis databases.
  4. Run php artisan migrate
  5. Run yarn
  6. Run yarn dev to compile assets
  7. Visit the site using a web server or php artisan serve

About

Generates email campaigns for new events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published