![]() |
We are sending emails each 4 hours 3 times per working day.
After a certain quantity of sent emails (near 2000 every day, never an exact number), we are getting the following return starting with: Code: 220 smtp-relay.gmail.com ESMTP u13-XXXXXXXXXXXXXX023asm946523vkl.5 - gsmtp Studying the case, I've reached at https://support.google.com/a/answer/2956...ay-service : ![]() Taking a look in the email library in CI3 user guide in Email Preferences ( https://codeigniter.com/userguide3/libra...references ), I've found smtp_keepalive. ![]() Does someone know if the goal of smtp_keepalive would solve the "connection caching" mentioned in Google documentation above? Otherwise, what would be the solution to configure this "connection caching" when sending emails using the email library in CI3? Thank you! |
Messages In This Thread |
Sending multiple emails from my smtp-relay avoiding DoS - by rodrigoguariento - 11-16-2022, 06:30 AM
RE: Sending multiple emails from my smtp-relay avoiding DoS - by rodrigoguariento - 01-04-2023, 03:14 AM
RE: Sending multiple emails from my smtp-relay avoiding DoS - by luckmoshy - 01-04-2023, 12:06 PM
RE: Sending multiple emails from my smtp-relay avoiding DoS - by InsiteFX - 01-05-2023, 12:15 AM
|