Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Created February 18, 2017 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gelanivishal/737c8f36afcb64a11cfbd311e3155049 to your computer and use it in GitHub Desktop.
Save gelanivishal/737c8f36afcb64a11cfbd311e3155049 to your computer and use it in GitHub Desktop.
Magento 2 print transcational email before mail send

Open following file :

{root}/vendor/magento/framework/Mail/Template/TransportBuilder.php

and find prepareMessage() function at line number 265

Just echo $body and exit the exceution of code.

you can see rendered email template in your broswer.

Happy coding :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment