Kinshuk Bairagi
Kinshuk Bairagi
Instead of doing this in the codebase, this could be done as part of the packaging step maybe? I reason I say is for a usecase in which a user...
> What do you mean by `subdirectory instead of a top-level directory`? Could you give an example? I meant that user wants it at `http://host.name/kalkun` and not at `http://host.name/` >...
Hi Its very easy to configure that. You would need to modify the plugin file on your host as to create the subject line accordingly In file [sms_to_email.php](https://github.com/back2arie/Kalkun/blob/master/application/plugins/sms_to_email/sms_to_email.php) For configuration...
Kalkun needs an email server which supports smtp protocol. Is your email server configured to accept mail via smtp? Also did you enable the plugin from kalkun settings? Regards Kinshuk...
Can you follow this [stack overflow link](http://stackoverflow.com/questions/845021/how-to-get-useful-error-messages-in-php) to enable debug messages and see if the errors logs are generated?
Looks like something is wrong on index.php on line 13, can you paste the line here? I have used my hosting provider email and also gmail and both worked for...
> I have tried the following: > Installed postfix and then mail util and send a mail and that worked. > So i created the file email.php as per :...
Line 112 of `libraries/Email.php` Refers to Codeigniter Internals ``` php function initialize($config = array()) { $this->clear(); foreach ($config->config as $key => $val) ``` Seems like something is wrong with your...
@back2arie I have entire class for way2sms ready, let me know how i can send so that u can add it easily.
Have a look : https://github.com/kingster/Way2SMS-API