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) {
|
} catch (ProcessorException e) {
|
||||||
logException(e);
|
logException(e);
|
||||||
task.setException(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) {
|
} catch (Throwable throwable) {
|
||||||
logException(throwable);
|
logException(throwable);
|
||||||
|
Loading…
Reference in New Issue
Block a user