Skip to content

Instantly share code, notes, and snippets.

View ebedy's full-sized avatar
🎯
Focusing

Edym Komlan BEDY ebedy

🎯
Focusing
View GitHub Profile
@toolpixx
toolpixx / EnquiryController.php
Last active February 27, 2019 18:50
Simple attachment with symfony2 and swiftmailer without move attachment before...
...other stuff before....
/**
*
* use Symfony\Component\HttpFoundation\File\UploadedFile as UploadedFile;
*
* $message is instanceof \Swift_Message::newInstance()
* $enquiry is instanceof EnquiryEntity
* $enquiry->getAttachment() is the file-attribute for upload
*
*/