We are emailing our users via SMTP and it's only sending 1 at a time on the new server. The old server sent in big batches. Is this something with XF or our mail server?
In your old server, did you use SMTP or the integrated PHP system? The latter does so but there is a risk of exceeding the limit or being considered "SPAM". Email queue management is something we would hope to see in future releases.
In your old server, did you use SMTP or the integrated PHP system? The latter does so but there is a risk of exceeding the limit or being considered "SPAM". Email queue management is something we would hope to see in future releases.
In your old server, did you use SMTP or the integrated PHP system? The latter does so but there is a risk of exceeding the limit or being considered "SPAM". Email queue management is something we would hope to see in future releases.
I just looked at some old mail headers so we are sending using the same SMTP method as before. I think it might be a setting in PHP or MySQL but it's been 5 years since I set that up the last time.