I'm trying to come up with a solution for notifying my clients (~30 people) of important events like security patches or upcoming vacations, etc.
Copy/pasting the same message to multiple parties is getting old fast. Ideally it would be a PHP script that I could host myself and send mail via php or my self hosted SMTP server.
It needs the ability to:
Read more
Copy/pasting the same message to multiple parties is getting old fast. Ideally it would be a PHP script that I could host myself and send mail via php or my self hosted SMTP server.
It needs the ability to:
- Have the same person be apart of multiple lists (ex: Clients General, Clients - Wordpress, Clients - XenForo)
- Allow me to...
Read more