![]() |
Problems with email->attach and message dissapearing - 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: Problems with email->attach and message dissapearing (/showthread.php?tid=31037) |
Problems with email->attach and message dissapearing - El Forum - 06-03-2010 [eluser]thors1982[/eluser] I am trying to send two emails one with a file attached. Both emails work perfectly with no attachment (just plain text). But if I add an attachment to the first email... both emails go completely blank... absolutely no text. However the attachment does work on the first email. Code: //First Email Any suggestions? Problems with email->attach and message dissapearing - El Forum - 07-30-2010 [eluser]Jan_1[/eluser] $config['protocol'] = 'smtp'; $config['smtp_host'] = 'localhost'; $config['validate'] = 'TRUE'; $this->email->initialize($config); |