Skip to content

Fix accumulating recipients bug

Andreas Ellewsen requested to merge fix-accumulating-emails-bug into master

Every time you sent an email, the address was appended to the list of recipients for the default parameters. This meant that using the class in a loop included all previous recipients in subsequent emails. This no longer happens.

Merge request reports