Your software v4.0.1
My PHP version is : 7.4.3
My MariaDB is (delete as applicable): Ver 15.1 Distrib 10.3.31-MariaDB
Updating/Installing Errors
I am (delete as applicable): Installing
Upgrading/installing via (delete as applicable) : Web / Command Line
These errors are showing in the installer : PHP Warning: rename(): supplied resource is not a valid Stream-Context resource in /var/www/html/app/bundles/EmailBundle/Command/ProcessEmailQueueCommand.php on line 150
These errors are showing in the Mautic log :
Your problem
My problem is :
I am unable to queue emails, sending immediately works well (tested with sendgrid API and elasticmail SMTP)
This is the error I see in the dashboard log -
[2021-10-06 11:42:51] mautic.ERROR: [MAIL ERROR] Expected response code 250 but got code "553", with message "553 Envelope FROM 'hello@pinkcreators.com' email address not allowed. " (send); tomajx@gmail.com {"exception":"[object] (Swift_TransportException(code: 553): Expected response code 250 but got code \"553\", with message \"553 Envelope FROM 'hello@pinkcreators.com' email address not allowed.\r\n\" at /var/www/html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:459)"} []
[2021-10-06 11:54:02] mautic.NOTICE: Swift_TransportException: Expected response code 250 but got code "553", with message "553 Envelope FROM 'tomajx@gmail.com' email address not allowed. " (uncaught exception) at /var/www/html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php line 459 while running console command `mautic:emails:send` [] []
[2021-10-06 11:54:02] mautic.WARNING: Command `mautic:emails:send` exited with status code 255 [] []
and this is on the server logs -
PHP Warning: rename(): supplied resource is not a valid Stream-Context resource in /var/www/html/app/bundles/EmailBundle/Command/ProcessEmailQueueCommand.php on line 150
Steps I have tried to fix the problem :
This is a fresh install, I have tried triggering the cron jobs manually, but they are still not being sent out. However, no the dashboard it says the mails are sent succesflully. I have already spent a week trying to figure is out so ANY help is VERY MUCH appreciated, I believe this is some sort of a bug…