SMTP server problem |
Hi pippuccio76.
If the code works for sending the first email you could try adding a pause (sleep(5)) between sends in case the SMTP has some restriction. After sending an email, you are calling $email->clear(true);. This is good practice, but ensure that you are not clearing the email object too soon. You might want to check if the email object is still valid before sending the next email. Regards. |
Messages In This Thread |
SMTP server problem - by pippuccio76 - 03-29-2025, 04:26 AM
RE: SMTP server problem - by wolverine4277 - 03-29-2025, 11:04 AM
|