I am a new user of Yii framwork, and I have implement YiiMail, which works well. But now I want to send mails automatically at the end of each month, is it possible?
Steps are as follows:
<yourdir>/protected/yiic-dev.bat
with the proper commands to run (take a look at CConsoleCommand), which will send the emails.php <yourdir>/protected/yiic.php
as the cron with the command to run as argument, which will do the same but on a Linux environment (if it's a Windows server, just make a scheduled command for <yourdir>/protected/yiic.bat
and the proper arguments)If there are further problems and you run into more specific issues you can't work around, I suggest you make new questions for them.