I’ve tried to setup CEmailLogRoute in my config file, so that I get all error and warning logs to my inbox. However this log route seems to be slow: When I try to access a site route that does not exist, it takes approximately 2-4 seconds longer to display the error message (because the mail gets send using php mail() function). Is there a way to speed up this process? Probably using SMTP (but I think this should be slower).
I’m using postfix as a local mail client. Don’t get me wrong: 2 seconds for sending a mail is not much, but the disadvantage of CEmailLogRoute is in this case that each user has to wait until the mail got sent. And this is bothering me… But it seems that there are no other options to get this faster, are there?