CodeIgniter Forums
send attachment email - 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: send attachment email (/showthread.php?tid=42734)



send attachment email - El Forum - 06-17-2011

[eluser]rebornishard[/eluser]
i try to follow net.tutplus tutorial, it's come to day 3
send email with gmail, but when i tried to send email with attachment, it's failed
i need to change public_html or else chmod ?
Code:
$file = $path . './attachment/info.txt';

$this->email->attach($file);



send attachment email - El Forum - 06-17-2011

[eluser]Kamarg[/eluser]
We could help you better if you told us what the error you received was. If you need to, you can use print_debugger() function of the email library to see what the problem is.


send attachment email - El Forum - 06-17-2011

[eluser]rebornishard[/eluser]
[quote author="Kamarg" date="1308334754"]We could help you better if you told us what the error you received was. If you need to, you can use print_debugger() function of the email library to see what the problem is.[/quote]


i can received my email, but no attachment on it Sad
thanks for respond