- Notifications
You must be signed in to change notification settings - Fork0
domaincord/fd-crm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This CRM has two endpoints:
- /subscribe.php
- /unsubscribe.php
Send a POST request to the respective endpoint with at least anemail
field in the form payload. The subscribe endpoint can also accept aname
andbirthday
property if desired, but those can optionally be left out of the payload.
- The tool writes to
crm.csv
by default. It is recommended to change the name of the file to something random for security reasons.Important! Be sure to update the hardcoded references to the filename in bothsubscribe.php
andunsubscribe.php
. - This system works really withSerialMailer 8's remote CSV import feature if you need an inexpensive bulk email sender for macOS.