hostmaster@ as email sender

This commit is contained in:
Peter Hormanns 2013-04-02 19:26:06 +02:00
parent b20dfaf643
commit c8984803c7

View File

@ -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);