I am going to do cold mailing So I am looking to send only 1 email every hour So how can I acheive this.
as per my research I know it can be done from here Please check the screenshot for the same.
The point in the above screenshot that is relevant (to my understanding) is the number of emails to be sent per queue (Message limit for queue processing).
This means that each time the cronjob is fired this is how many emails will be sent
the thing you mention above actually didn’t work out and all 7000 emails send in just 1 min which is very bad.
So anyone can suggest a solution of this issue I need to setup per minute limit
Why don’t you put screenshots of your cronjob and your mautic email settings here so we can see exactly what you have done and then you might be able to get better help
use –message-limit XX in your cron and replace the XX with the number of emails you want to send. If you are using queue then swiftmailer:spool:send --message-limit=xx specifies how many emails per cron are sent to your delivery server for processing (actual sending)