in reply to Duplicate emails using MIME::Lite with smtp
The behaviour described is precisely what should happen. If you do not want a user to receive two copies, don't send them two copies in the first place. You could use something like List::MoreUtils to deduplicate your recipient lists in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Duplicate emails using MIME::Lite with smtp
by sandor.farkas (Initiate) on Apr 16, 2014 at 11:04 UTC |