dev-master
9999999-devOverride PHP mail() with a better solution
MIT
The Requires
The Development Requires
by Travier Moorlag
Override PHP mail() with a better solution
Override PHP mail() with a different sending solution, (*1)
PHP RunKit extention is required https://gist.github.com/tortuetorche/6700217, (*2)
A fix for legacy PHP codebases that littered mail() throughout the code base. This hack lets you replace the mail() function with a different sending solution rather than refactor the code base., (*3)
setFromAddress("test@gmail.com"); //override mail() to use Mailgun interface; $mail->override(); mail("test@gmail.com", "Testing", "Hello"); ?>
Override PHP mail() with a better solution
MIT