Skip to content

Prevent memory issue in SmtpTransport.#1

Open
kim-dongit wants to merge 1 commit into2.nextfrom
smpt-memory-issue
Open

Prevent memory issue in SmtpTransport.#1
kim-dongit wants to merge 1 commit into2.nextfrom
smpt-memory-issue

Conversation

@kim-dongit
Copy link
Owner

Sending emails in a loop using the SmtpTransport can currently lead to memory issues for many/large emails. This PR resolves the issue.

In SmtpTransport, unset reference to calling CakeEmail object. This prevents memory issues when sending many/large emails in a loop by breaking the cyclic reference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant