diff --git a/conf.d/autoconfig.shore.co.il.conf b/conf.d/autoconfig.shore.co.il.conf
index 32ec843bcfd1764a018c69c456902a3275dc6883..7fdbbbc97450b018b821f374d2a1c5f894f7543b 100644
--- a/conf.d/autoconfig.shore.co.il.conf
+++ b/conf.d/autoconfig.shore.co.il.conf
@@ -1,7 +1,7 @@
 server {
     listen      80;
     listen      [::]:80;
-    server_name autoconfig.shore.co.il;
+    server_name autoconfig.shore.co.il autoconfig.nehe.sr;
     root        /var/www/autoconfig.shore.co.il/;
     include     snippets/www-acme-challenge.conf;
     include     snippets/ads-txt.conf;
@@ -12,7 +12,7 @@ server {
 server {
     listen      443 ssl http2;
     listen      [::]:443 ssl http2;
-    server_name autoconfig.shore.co.il;
+    server_name autoconfig.shore.co.il autoconfig.nehe.sr;
     root        /var/www/autoconfig.shore.co.il/;
     include     snippets/robots-allow-all.conf;
     include     snippets/ads-txt.conf;
diff --git a/www/autoconfig.shore.co.il/mail/config-v1.1.xml b/www/autoconfig.shore.co.il/mail/config-v1.1.xml
index 47a4197c6e875206ad9139865e879968cb119d3d..a3a49a47b4f25d3517511eb402ace4b9c56e2473 100644
--- a/www/autoconfig.shore.co.il/mail/config-v1.1.xml
+++ b/www/autoconfig.shore.co.il/mail/config-v1.1.xml
@@ -20,5 +20,24 @@
       <username>%EMAILLOCALPART%</username>
     </outgoingServer>
   </emailProvider>
+  <emailProvider id="nehe.sr">
+    <domain>nehe.sr</domain>
+    <displayName>Nehes Realestate</displayName>
+    <displayShortName>Nehes</displayShortName>
+    <incomingServer type="imap">
+      <hostname>imap.shore.co.il</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>smtp.shore.co.il</hostname>
+      <port>587</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </outgoingServer>
+  </emailProvider>
 </clientConfig>