Welcome Guest, Not a member yet? Register   Sign In
Sending eMails with CronJob
#1

(This post was last modified: 01-11-2019, 12:44 AM by ciadmin. Edit Reason: potential SEO spam )

Hi,
I have a script that is run via a cronjob, everything works fine except for: 
$this->email->to($user->mail);

The eMail to [email protected] works fine

                $this->load->library('email');
                $config_mail['mailtype'] = 'html';
                $this->email->initialize($config_mail);
                $this->email->from($settings['noreply'], 'True Blue Locals');
                $this->email->to($user->mail);

                $this->email->to("[email protected]");

Just wondering if there is something wrong with the formatting.

Any guidance will be appreciated

Cheers
Ron
Cheers
Ron
Reply


Messages In This Thread
Sending eMails with CronJob - by VK4JE - 01-10-2019, 11:52 PM
RE: Sending eMails with CronJob - by php_rocs - 01-11-2019, 06:18 AM
RE: Sending eMails with CronJob - by VK4JE - 01-12-2019, 05:53 PM
RE: Sending eMails with CronJob - by php_rocs - 01-14-2019, 07:56 AM
RE: Sending eMails with CronJob - by php_rocs - 01-14-2019, 08:04 AM
RE: Sending eMails with CronJob - by VK4JE - 01-14-2019, 03:13 PM
RE: Sending eMails with CronJob - by php_rocs - 01-14-2019, 08:00 PM
RE: Sending eMails with CronJob - by VK4JE - 01-14-2019, 11:32 PM
RE: Sending eMails with CronJob - by VK4JE - 01-16-2019, 01:25 PM
RE: Sending eMails with CronJob - by php_rocs - 01-16-2019, 09:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB