-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with pmdatadir #4
Comments
any help ???? |
Do you really have a /log directory at the root of your OS filesystem? You'll need root permissions to create that directory. The path is not relative to your website. |
Hi Joe,
My function is given below
|
I'm glad to have helped! Your function should be invoked via the command line, not via a web browser. The whole point of this Spark is to provide command line triggered mail list functions that can be controlled a little better than big jobs can be controlled via a web interface. Are you familiar with how CodeIgniter can be used via the command line? It's actually really easy. |
Nope can you help me out? |
Sure! Have you looked at this page yet? http://ellislab.com/codeigniter/user-guide/general/cli.html |
yes I was going through that documentation. Actually my need is , I have a list of users in the admin panel of my CMS. I want to send mails to the selected contacts. Can I accomplish that using this? Please excuse me if the question seem silly. I am a novice in codeigniter thats why :) |
Sure, you can pull the addresses and all other data from your database, it's just that your "send now" button, so to speak, has to be invoked via the command line. |
Hi,
I was looking for a bulk mailer for my CMS and I downloaded Personalized Mailer. As instructed I installed sparks manager and it worked fine. Then I installed personalized mailer and initialized like this
The 'log' directory mentioned here is created inside the library where the personalizedmailer.php resides. The log directory permission is set to 777. But when I run the code it shows the following error
I suppose this is because of the pmdatadir I have created . Please help me out.
Thank you
Hariprasad S H
The text was updated successfully, but these errors were encountered: