updated code
This commit is contained in:
@@ -99,6 +99,12 @@ public class ApplicationDao {
|
|||||||
|
|
||||||
@Value("${gepafin_email}")
|
@Value("${gepafin_email}")
|
||||||
private String gepafinEmail;
|
private String gepafinEmail;
|
||||||
|
|
||||||
|
@Value("${rinaldo_email}")
|
||||||
|
private String rinaldoEmail;
|
||||||
|
|
||||||
|
@Value("${carlo_email}")
|
||||||
|
private String carloEmail;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -741,6 +747,8 @@ public class ApplicationDao {
|
|||||||
|
|
||||||
mailUtil.sendByMailGun(subject, body, List.of(defaultSystemReceiverEmail), null);
|
mailUtil.sendByMailGun(subject, body, List.of(defaultSystemReceiverEmail), null);
|
||||||
mailUtil.sendByMailGun(subject, body, List.of(gepafinEmail), null);
|
mailUtil.sendByMailGun(subject, body, List.of(gepafinEmail), null);
|
||||||
|
mailUtil.sendByMailGun(subject, body, List.of(rinaldoEmail), null);
|
||||||
|
mailUtil.sendByMailGun(subject, body, List.of(carloEmail), null);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,4 +61,6 @@ apiKey=xkeysib-d15439fedd7ff36d86676ac248153fc2c496ed9b879ca9dc8cee9a27fa309087-
|
|||||||
isMailSendingEnabled = false
|
isMailSendingEnabled = false
|
||||||
default_System_Receiver_Email=attivazione@bflows.net
|
default_System_Receiver_Email=attivazione@bflows.net
|
||||||
gepafin_email=bandi@pec.gepafin.it
|
gepafin_email=bandi@pec.gepafin.it
|
||||||
|
rinaldo_email=rinaldo.bonazzo@bflows.net
|
||||||
|
carlo_email=carlo.mancosu@bflows.net
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user