mybb / mybb-blog-mailer

An application to send emails via MailGun when a new blog post is posted on the MyBB blog.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Working on #1 - email signups #3

Closed euantorano closed 6 years ago

euantorano commented 6 years ago

This adds a basic signup page, with no logic behind it to actually handle signups yet.

I'll add more to this over the next day or two, and do some testing.

euantorano commented 6 years ago

Email signups are now complete, I just need to sort out the actual display - signing up currently just results in a blank screen if successful, or a plain text error message if not.