Welcome Guest, Not a member yet? Register   Sign In
How to attached pdf file in mail ?
#5

[eluser]pistolPete[/eluser]
You can achieve this by extending the CI_Email class, I attached a sample class.
Put this file into ./system/application/libraries/.
I didn't test it, so please report back if it's working.

Using this extension you can attach a "virtual file":
Code:
// generate PDF
$file_contents = ... ;
$this->email->attach('filename.pdf', 'attachment', $file_contents );


Messages In This Thread
How to attached pdf file in mail ? - by El Forum - 04-16-2009, 01:56 AM
How to attached pdf file in mail ? - by El Forum - 04-16-2009, 03:14 AM
How to attached pdf file in mail ? - by El Forum - 04-16-2009, 04:30 AM
How to attached pdf file in mail ? - by El Forum - 04-16-2009, 06:56 AM
How to attached pdf file in mail ? - by El Forum - 04-16-2009, 09:47 AM
How to attached pdf file in mail ? - by El Forum - 10-20-2012, 06:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB