Your software
My Mautic version is: v3.3.4
My PHP version is: 7.3.33-1
My Database type and version is: Ver 15.1
Your problem
My problem is:
When I create an email for a segment and leave it programmed to send the email, no files are created in the spool and they are not created in the var/spool folder, but if you send them manually, clicking send in the front end they are generated, can anyone help me with this problem?
I am facing same issue with 4.4.4.
I have scheduled an email , Its published successfully on same time but its still in pending state.
I have two accounts of mautic with same configuration and same cron job.
In another account everything is working in well condition.
As investigation after running the broadcast cron manually for a first instance I am able to get the published email entry into channel column in the table but for second instance I am not able to see the entry for sceduled and punbished email.
Also I am able to see the emails entry into the spool folder for first mautic instance but not able to see for the another instance. I am using generic code and generic spool folder for both the instances.
In a single mautic setup on server we have managed multiple config (local.php) files for multiple clients. Also used different databases for every client.
we have used subdomain to redirect through the local.php file. like if we have subdomain test.mautic.com then its refering the folder test which includes the local.php config file.
So , We are refering the same codebase and same path which is generic for all the instances.
Path: /var/www/html/mautic-rc
I have attached config file folder structure for you referance.
In the attached snapshot in above post. If we are accessing the application via domain alohatest9.mautic.com then the application is refering the app->config->alohatest9->local.php config file.