hostmaster@ as email sender
This commit is contained in:
parent
b20dfaf643
commit
c8984803c7
@ -146,7 +146,7 @@ public class QueueServer extends QueueCommons implements MessageListener, Except
|
||||
} catch (ProcessorException e) {
|
||||
logException(e);
|
||||
task.setException(e);
|
||||
SmtpHelper.send("queueserv@hostsharing.net", serviceEMail, jmsSystemQueue, processor.logInfo());
|
||||
SmtpHelper.send("hostmaster@hostsharing.net", serviceEMail, jmsSystemQueue, processor.logInfo());
|
||||
}
|
||||
} catch (Throwable throwable) {
|
||||
logException(throwable);
|
||||
|
Loading…
Reference in New Issue
Block a user