Reputation: 11
I need to implement a simple email alert in PHP.
The question is:
There is anyway to send emails without access directly the web page?
I tought in something like this: every access of anyone, the system run a "trigger" (routine) to send every emails need for that date...
Any better idea?
Upvotes: 0
Views: 1013