thirdset / ThirdSetMauticTimingBundle

Mautic plugin for setting the timing (hours of the day, days of the week, etc) for when to trigger campaign events.
GNU General Public License v3.0
61 stars 25 forks source link

Clarification on the timezone #25

Closed russkiimike closed 3 years ago

russkiimike commented 3 years ago

Hiya,

Thanks for the plugin just trying to understand if I got this right...

I got contacts without timezones but location ips

So if I want to send emails only during Sat Sun Mon 10-13 I set the expression to

And tick Contact's Time Zone

As it's supposed to fall back on the last ip address right?

collinkrawll commented 3 years ago

Yes, that all looks good.

See the documentation regarding the cron expression here and the documentation regarding the contact's time zone here for details.

Also, it looks like the first asterisk in your cron expression got changed into a bullet so make sure that you start with an asterisk.

russkiimike commented 3 years ago

Hiya, just had a test yesterday and Mautic sent out the emails with the system timezone rather than the contact's timezone? Even though "Use contact's timezone" was enabled. It skipped the ip check? Does it count the contact's "Last accessed from" As Ip?