nette / mail

A handy library for creating and sending emails in PHP
https://doc.nette.org/mailing
Other
469 stars 71 forks source link

Message: use FileSystem::read() instead of native file_get_contents() #69

Closed janbarasek closed 4 years ago

janbarasek commented 4 years ago

I think Nette\Utils\FileSystem::read is more better than native file_get_contents() for safe reading file.