Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter $this->email->attach();
#5

[eluser]44kyle[/eluser]
It works!!!!! Turns out once I renamed the scrambled file to a pdf, I could open it just fine. So I invoked this command before the send function,

move_uploaded_file($_FILES['resume']['tmp_name'], "_client_media/resume.pdf");
$this->email->attach("_client_media/resume.pdf");

Thanks for all your help! I had done some searches on this topic before I posted and none of them solved this issue so I hope this helps someone else too.


Messages In This Thread
CodeIgniter $this->email->attach(); - by El Forum - 08-10-2010, 07:49 AM
CodeIgniter $this->email->attach(); - by El Forum - 08-10-2010, 08:04 AM
CodeIgniter $this->email->attach(); - by El Forum - 08-10-2010, 09:11 AM
CodeIgniter $this->email->attach(); - by El Forum - 08-10-2010, 09:07 PM
CodeIgniter $this->email->attach(); - by El Forum - 08-11-2010, 06:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB