The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
PHPMailer very slow - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: PHPMailer very slow (/showthread.php?tid=892)



PHPMailer very slow - komodo - 12-22-2017

Hello

I have a problem with the PHPMailer.
Sending out verification mails over my SMTP Server seem to be very slow. It takes 10 or more minutes until a mail is sent out.
However if I test the mail settings in the admin panel, the mail is sent to me immediately. Any idea what may cause this?


PHPMailer very slow - Brandin - 12-22-2017

That is definitely interesting. Have you made modifications to the verification email? I suppose it could be a delay in the connection to the database getting the verification details? I use SMTP Mailer so I'm not too in tune with it.


PHPMailer very slow - komodo - 12-22-2017

Hello! Thanks for your concerns.

I have tested it out this morning and the registration mails went out fast again. I suppose server load slowed it down since my project is hosted on a shared server and we have been getting frequent registrations yesterday. I do not think it has to do with the database connection. I will observe the situation.

Komodo