Welcome Guest, Not a member yet? Register   Sign In
Send e-mail automatic (with specific date)
#1

[eluser]Zied[/eluser]
How to create web application (or function, technology) to send newsletter automatic with specific date, I don’t like that users will be present to send it.
I don't know with each technology we can did it.
In Codeigniter, I can found something can help me ?
#2

[eluser]n0xie[/eluser]
Create a cron-job
#3

[eluser]CloppiWeb[/eluser]
Codeigniter, as well many other frameworks have the functionality for email sending. So you need to find a way to call codeigniter method/function with cron.

So, basically you make a cron scheduled task, make the cron to call some method/function in your application which loads the application and does the email sending.

Its quite far from simple if you have not yet used to use cron and some framework so you need to do some reading. Croning in ci is little unknown for me ass well but here are some links to find more information:

http://codeigniter.com/wiki/Category:Adv...ronScript/
http://net.tutsplus.com/tutorials/other/...cron-jobs/
http://ellislab.com/codeigniter/user-gui...email.html

I think I will learn more about croning in ci Big Grin
#4

[eluser]Zied[/eluser]
Think you for this informations, I will try.




Theme © iAndrew 2016 - Forum software by © MyBB