I am working on my project which is creating a online shopping store for seeing cameras and lenses . One of the features that I need to implement is news letter subscription . I do have the mail address of all my customers in my database . and by default I do know how to send email using php . But my main question is how to do this automatically without me being involved ? In other words , how can I send email like every day at 5PM without me being involved at all as a human being . (I am using localhost and Mac ) Thanks
Asked
Active
Viewed 52 times
0
-
If you still want to use php to send the mail, i would suggest a cronjob. That would do the trick – JPJens May 29 '16 at 18:24
-
1Cronjob does the trick yes but make sure that you have installed a mailserver since you're on your localhost. – markvdlaan93 May 29 '16 at 18:44
-
Thanks for your response @JPJens – Danial Kosarifa May 30 '16 at 06:56
-
Thanks for your response @markvdlaan93 – Danial Kosarifa May 30 '16 at 06:56