![]() |
Can't e-mail from CLI - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Can't e-mail from CLI (/showthread.php?tid=58530) |
Can't e-mail from CLI - El Forum - 06-20-2013 [eluser]wstevens[/eluser] Code: sendmail: option requires an argument -- 'f' The code is: Code: $this->CI->load->library('email'); This code resides in a function called by a cron job. We don't seem to have a problem e-mailing when not using the command line interface calling it from within code igniter using pretty much the same code. Not sure what the problem is? Can't e-mail from CLI - El Forum - 06-20-2013 [eluser]wstevens[/eluser] Nevermind we decided to go with Swift Mailer library instead, which is working. |