Welcome Guest, Not a member yet? Register   Sign In
send attachment email
#1

[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);
#2

[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.
#3

[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




Theme © iAndrew 2016 - Forum software by © MyBB