Skip to content

Commit

Permalink
BUG PEC SCAN EMAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Sep 2, 2016
1 parent 2074cc1 commit 1331e95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -347,7 +347,7 @@ private void notificaFatturaPassivaScartoEsito(Message message, String userName)
@SuppressWarnings("unchecked")
public void pecScan(String userName, String password) throws ComponentException {
logger.info("PEC SCAN for ricevi Fatture email: "+userName + "pwd :" +password);
Properties props = System.getProperties();
Properties props = new Properties();
props.putAll(pecMailConf);
try {
try {
Expand Down

0 comments on commit 1331e95

Please sign in to comment.