I am sending an email to an api that gets its content from an attached file.
I do not want to actually create the file (its like one line of text) and then attach it and send it.
Is it possible to create a filestream and send that through swiftmailer?
