Compare commits
No commits in common. "5f31c565a3a478f1dfb7ed4abaca81ab74572536" and "7c7163f54173bcea2e300006930ac71a3774ee0e" have entirely different histories.
5f31c565a3
...
7c7163f541
@ -128,9 +128,8 @@ Der Vorstand
|
|||||||
.parse()
|
.parse()
|
||||||
.unwrap());
|
.unwrap());
|
||||||
let splitted = send_to.split(',');
|
let splitted = send_to.split(',');
|
||||||
let mut send_mail = false;
|
let send_mail = false;
|
||||||
for single_rec in splitted {
|
for single_rec in splitted {
|
||||||
let single_rec = single_rec.trim();
|
|
||||||
match single_rec.parse() {
|
match single_rec.parse() {
|
||||||
Ok(val) => {
|
Ok(val) => {
|
||||||
email = email.bcc(val);
|
email = email.bcc(val);
|
||||||
|
Loading…
Reference in New Issue
Block a user