
How to fix
File: app/code/TheList/Contactusemail/Controller/Index/Contactusemail.php
Replace:
parent::__construct($context,$transportBuilder,$inlineTranslation);
with:
parent::__construct($context);


File: app/code/TheList/Contactusemail/Controller/Index/Contactusemail.php
Replace:
parent::__construct($context,$transportBuilder,$inlineTranslation);
with:
parent::__construct($context);
