Your software
My PHP version is : 7.2.32
My Mautic version is : 3.0.2
Updating/Installing Errors
I am : Installed 3.0.2
Upgrading/installing via : cPanel & Web
The install itself seemed fine
Your problem
My problem is : Despite spending a lot of time making sure I understood how Mautic works my first basic email with a form for an existing list (imported) is a bit of a disaster and I need help undoing the problems.
Wrong Sender : (Bug?) my clients received the email as the admin account and not what was stated in the advanced settings of channels/emails/edit/advanced, the test email uses these settings correctly but when you send the actual email to the list it did not - this caused a lot of confusion with my clients with many DNCs as they did not recognize the admin account.
Question how do I undo DNCs?
Question this seems to be a bug, how to report that?
(btw never could get the UTM tags from the email to work either but this is for another day)
Bounce not working : this was a very painful thing to setup, despite following all the instructions it didnât work, yes it was configured in Mautic, yes the cron jobs were setup, yes there was a dedicated email address
resolution: it was the plus addressing that causes multiple hidden/subscribe folders instead of one root mail folder on the bounce email address, this was a setting in WHM & cPanel to not create separate folders for plus addressing but one folder (seriously painful to fix) recommend: this is added to the bounce guide to ensure the mailbox handles plus addressing in one folder as Mautic is not reading these subfolders it wants one folder.
exceed email per hour limit : I was not aware my new hosting company has such a limit for email sent via php mail, this created 2 problems for me:
some mails never sent the first 500 emails sent which was the limit, then it allowed another 125 till it got to a hard limit of 625, the next 250 emails had a mail server message that I exceeded the hard limit, the remaining emails no idea. Question any advice how I can figure out who got it and who didnât?
the 250 mail server limit message looks like DNC these mails were effectively bounced by the outgoing mail server, but something unexpected happened, the mail cron job identified these and flagged all of them including a few actual bounces all as DNC and not bounced (Bug?). The segment I configured per the instructions to handle bounced runs per the cron job but does not pick this up. But this gets weirder, the âcontactâ list shows these as DNC but if you run a segment they are not picked up (only the DNCâs via the unsubscribe is picked up). On further investigation the channels/email/dashboard shows these as âEmail failedâ and not bounced, and does not show the few actual bounces either.
Question how do I undo a DNC flag that is not a DNC but an email failed
Question why is the bounce not working as expected
Steps I have tried to fix the problem :
- I can trap the unsubscribe DNCs in a segment but not the email Is failed, but not sure how this can help me undo the flag DNC (there is 14 of them so could do it manually but how?)
- I can trap the Is failed (that include a few actual bounces) in a report, but again not sure how this can help me undo the weird DNC flag that is not an unsubscribe (more than 200 would prefer some update solution)
- I donât know whatâs wrong with bounce and its cron job
- I donât know whatâs wrong with email that it ignores advance settings for name/email override
- I have no idea how to spot the emails that never went out, hoping somebody knows of a log or something
The upside is the form part worked nicely, people were able to interact and it was successfully added to a segment on submit.