Closed
Description
Preconditions
- Have Magento 2.1.12 installed
- PHP 7.0.26
- MySQL 5.6
Steps to reproduce
- Install https://github.com/Bogardo/Mailgun-Magento2 extension
- Run setup:upgrade, di:compile and flush all cache
- Configure the extension
- Try and send a mail (order mail, invoice mail or any other mail)
Expected result
- The mail should send correctly
Actual result
- The mail does not send correctly, the following error is written to the logs:
2018-03-02 17:18:53] main.ERROR: Source class "\Nyholm\Psr7\Factory\Stream" for "Nyholm\Psr7\Factory\StreamFactory" generation does not exist. [] []
For some extra information see the following issues:
mailgun/mailgun-php#452
php-http/discovery#105