Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Implement a newsletter subscription form #19

Open
davorminchorov opened this issue Feb 22, 2023 · 0 comments
Open

Implement a newsletter subscription form #19

davorminchorov opened this issue Feb 22, 2023 · 0 comments

Comments

@davorminchorov
Copy link
Owner

davorminchorov commented Feb 22, 2023

I need a newsletter form at the bottom of the home page that will allow people to sign up for my newsletter.

The form should have the following fields:

  • Name (optional, string, max length of 150 characters)
  • email (required, email, dns, max length of 200 characters)

Additionally, to avoid spam, it would be nice to integrate an email verification API like Mailbox Layer.

Here's a Laravel tutorial that can be useful for the implementation.

I'll be using Mailcoach for this so using the official SDK will help with the integration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant