I have got a number of complaints about users conformation emails taking anywhere from 10 hours to 24 hours.. it used to be instant now for some reason its slowed down completely.. has this happened to anyone? thanks!
That would likely be related to the actual email sending on the server -- there may be a configuration that is queueing it. You would need to ask your host about that.
Alternatively, you could look at using an SMTP server, though we generally recommend the default PHP method given a choice.
That would likely be related to the actual email sending on the server -- there may be a configuration that is queueing it. You would need to ask your host about that.
Alternatively, you could look at using an SMTP server, though we generally recommend the default PHP method given a choice.
Configuration change, or they throttle the amount of emails being sent over a given time period. If you're having a large influx, it sounds like your email sending pattern may have changed significantly.