Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with sending large text emails #962

Closed
Zero3K opened this issue Feb 15, 2023 · 3 comments
Closed

Issue with sending large text emails #962

Zero3K opened this issue Feb 15, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@Zero3K
Copy link

Zero3K commented Feb 15, 2023

When I send a large text email with a lot of quoted text, it eventually gives a request timed out error when I try to do so. The size of the email was 2.1 MB.

@the-djmaze
Copy link
Owner

What does the logs say?

@the-djmaze the-djmaze added the needs feedback Further information is requested label Feb 15, 2023
@Zero3K
Copy link
Author

Zero3K commented Feb 15, 2023

Here's the log:

It looks like it didn't even try to send the message.

The email is attached.

Re- Regarding CORE-18767.zip

@the-djmaze the-djmaze added enhancement New feature or request and removed needs feedback Further information is requested labels Feb 16, 2023
@the-djmaze
Copy link
Owner

the-djmaze commented Feb 16, 2023

The change parses HTML speed from seconds to milliseconds.

  • Squire has a nasty fixContainer() loop due to the massive amount of HTML elements in your mail.
  • MailSo DOMDocument didn't use XPath and was very slow due to getElementsByTagName('*')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants