From 35ed6a317bb9e3309b8c802b2a28cf3c1702d683 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sat, 8 Jul 2017 02:05:31 +0200
Subject: [PATCH] fixed JNDI names, no slash allowed. Then let's only use a-z
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 INSTALL.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.txt b/INSTALL.txt
index 78fdd65..e599b24 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -42,7 +42,7 @@ Resource type: javax.jms.Queue
 
 7) Setup Java Mail session:
 
-JNDI name: pizzaservice/smtpSession
+JNDI name: pizzaserviceSmtpSession
 Mail host: <your-smtp-host>
 Default user: <your-smtp-login-name>
 Default sender address: noreply@your-domain.example
-- 
2.39.5