Fix accumulating recipients bug
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.