Welcome Guest, Not a member yet? Register   Sign In
Is there a way to create an email attachment on the fly, without an actual file?
#1

[eluser]dallen33[/eluser]
I want to send an HTML email that also includes the HTML as an attachment. The Email class lets you attach files:
Code:
$this->email->attach('/path/to/photo1.jpg');
But what if I want to attach an HTML file without actually writing an HTML file to the file system?


Messages In This Thread
Is there a way to create an email attachment on the fly, without an actual file? - by El Forum - 03-22-2012, 08:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB