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

add: support for sending multiple emails #28

Merged
merged 3 commits into from
Jan 31, 2022
Merged

add: support for sending multiple emails #28

merged 3 commits into from
Jan 31, 2022

Conversation

Miksus
Copy link
Owner

@Miksus Miksus commented Jan 31, 2022

Now it should be possible to open the connection and send multiple emails per email session.

NOTE: If someone has subclassed the EmailSender and overridden the connect method, this may break.
The possibility of this is very small though as the method is not well documented.

Now it should be possible to open the connection
and send multiple emails per email session.
@Miksus Miksus added the enhancement New feature or request label Jan 31, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2022

Codecov Report

Merging #28 (9e1c0f3) into master (a0d6e85) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   99.59%   99.60%   +0.01%     
==========================================
  Files          12       12              
  Lines         494      508      +14     
==========================================
+ Hits          492      506      +14     
  Misses          2        2              
Impacted Files Coverage Δ
redmail/email/sender.py 99.35% <100.00%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0d6e85...9e1c0f3. Read the comment docs.

@Miksus Miksus merged commit 693ca59 into master Jan 31, 2022
@Miksus Miksus deleted the dev/connect branch January 31, 2022 14:06
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

Successfully merging this pull request may close these issues.

2 participants