<div dir="ltr"><div>Hi Alessio,</div><div><br></div><div>I am sorry to insist on this topic, I wonder if another GeoNode@2.8.0 user has faced the same problem while configuring users email account. I am using GeoNode Production (/home/geonode/...) and GeoNode DevMode (/home/my_geonode/...). I realized that the files in ./geo/Envs/geonode/lib/python2.7/site-packages/django/conf/global_settings.py and  ./geo/Envs/my_geonode/lib/python2.7/site-packages/django/conf/global_settings.py are not retrieving the variable's value in the settings.py:</div><div><br></div><div># prevent signing up by default<br>ACCOUNT_OPEN_SIGNUP = True<br>ACCOUNT_EMAIL_REQUIRED = True<br>ACCOUNT_EMAIL_VERIFICATION = 'optional'<br>ACCOUNT_EMAIL_CONFIRMATION_EMAIL = True<br>ACCOUNT_EMAIL_CONFIRMATION_REQUIRED = True<br>ACCOUNT_CONFIRM_EMAIL_ON_GET = True<br>ACCOUNT_APPROVAL_REQUIRED = True<br></div><div><br></div><div>#Define email service on GeoNode<br>EMAIL_ENABLE = True<br><br>REGISTRATION_OPEN = True<br>if EMAIL_ENABLE:<br>    EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'<br>#    EMAIL_HOST = 'localhost'<br>#    EMAIL_PORT = 25<br>    EMAIL_HOST = '<a href="http://smtp.sipam.gov.br">smtp.sipam.gov.br</a>'<br>    EMAIL_PORT = 587<br>    EMAIL_HOST_USER = 'uap.ccg.geonode'<br>    EMAIL_HOST_PASSWORD = 'passwd'<br>    EMAIL_USE_TLS = True<br>    DEFAULT_FROM_EMAIL = '<a href="mailto:uap.ccg.geonode@sipam.gov.br">uap.ccg.geonode@sipam.gov.br</a>'</div><div><br></div><div>I set each variable's value .in ../django/conf/global_settings.py according to the configuration above, but I am still not receiving any confirmation e-mail sent to <a href="mailto:uap.ccg.geonode@sipam.gov.br">uap.ccg.geonode@sipam.gov.br</a>. <br></div><div><br></div><div>If anyone else has faced this problem before, and could share some hints, it will be very appreciated.</div><div><br></div><div>Thank you very much for your time and best regards</div><div><br></div><div>Julierme<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 9, 2018 at 7:34 PM, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I tested with REGISTRATION_OPEN = True and it did not work either.<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 9, 2018 at 6:22 PM, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@<wbr>gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Page 864 of <a href="http://media.readthedocs.org/pdf/geonode/master/geonode.pdf" target="_blank">http://media.readthedocs.org/p<wbr>df/geonode/master/geonode.pdf</a> says to set REGISTRATION_OPEN = True, but this variable is not in the settings. I wonder if it is still necessary to do that.<br></div><div class="m_6857824478711932089HOEnZb"><div class="m_6857824478711932089h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 9, 2018 at 5:24 PM, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I also changed the ServerAdmin from webmaster@localhost to ServerAdmin <a href="mailto:gis.geonode@sipam.gov.br" target="_blank">gis.geonode@sipam.gov.br</a></div><div><br></div><div>But the error remains.</div><div><br></div><div><br></div></div><div class="m_6857824478711932089m_8121085891934461072HOEnZb"><div class="m_6857824478711932089m_8121085891934461072h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 9, 2018 at 4:27 PM, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Additional information, after changing the settings config to e-mail:</div><div><span>if EMAIL_ENABLE:<br>    EMAIL_BACKEND = 'django.core.mail.backends.smt<wbr>p.EmailBackend'<br>#    EMAIL_HOST = 'localhost'<br>#    EMAIL_PORT = 25<br></span>    EMAIL_HOST = '<a href="http://smtp.sipam.gov.br" target="_blank">smtp.sipam.gov.br</a>'<br>    EMAIL_PORT = 587<br>    EMAIL_HOST_USER = 'gis.geonode'<br>    EMAIL_HOST_PASSWORD = 'password'<br>    EMAIL_USE_TLS = True<br>    DEFAULT_FROM_EMAIL = '<a href="mailto:gis.geonode@sipam.gov.br" target="_blank">gis.geonode@sipam.gov.br</a>'<br><br></div><div><br></div><div><br></div><div> the error.log is recording this information:</div><div><br></div><div>MIME-Version: 1.0<br>[Mon Jul 09 15:52:24.716632 2018] [wsgi:error] [pid 20896:tid 140560217294592] Content-Type: text/plain; charset="utf-8"<br>[Mon Jul 09 15:52:24.716641 2018] [wsgi:error] [pid 20896:tid 140560217294592] Content-Transfer-Encoding: 7bit<br>[Mon Jul 09 15:52:24.716648 2018] [wsgi:error] [pid 20896:tid 140560217294592] Subject: [my_geonode] Please confirm email address for my_geonode<br>[Mon Jul 09 15:52:24.716655 2018] [wsgi:error] [pid 20896:tid 140560217294592] From: webmaster@localhost<br>[Mon Jul 09 15:52:24.716662 2018] [wsgi:error] [pid 20896:tid 140560217294592] To: <a href="mailto:julierme.pinheiro@sipam.gov.br" target="_blank">julierme.pinheiro@sipam.gov.br</a><br>[Mon Jul 09 15:52:24.716669 2018] [wsgi:error] [pid 20896:tid 140560217294592] Date: Mon, 09 Jul 2018 18:52:24 -0000<br>[Mon Jul 09 15:52:24.716676 2018] [wsgi:error] [pid 20896:tid 140560217294592] Message-ID: <20180709185224.20896.52296@gi<wbr>s><br>[Mon Jul 09 15:52:24.716684 2018] [wsgi:error] [pid 20896:tid 140560217294592]<br>[Mon Jul 09 15:52:24.716690 2018] [wsgi:error] [pid 20896:tid 140560217294592] Hello from my_geonode!<br>[Mon Jul 09 15:52:24.716697 2018] [wsgi:error] [pid 20896:tid 140560217294592]<br>[Mon Jul 09 15:52:24.716704 2018] [wsgi:error] [pid 20896:tid 140560217294592] You're receiving this e-mail because user admin has given yours as an e-mail address to connect their account.<br>[Mon Jul 09 15:52:24.716712 2018] [wsgi:error] [pid 20896:tid 140560217294592]<br>[Mon Jul 09 15:52:24.716719 2018] [wsgi:error] [pid 20896:tid 140560217294592] To confirm this is correct, go to <a href="http://localhost/account/confirm-email/OQ:1fcbGq:9wEOIi2CdetSmYUk4TKLrSiBffM/" target="_blank">http://localhost/account/confi<wbr>rm-email/OQ:1fcbGq:9wEOIi2Cdet<wbr>SmYUk4TKLrSiBffM/</a><br>[Mon Jul 09 15:52:24.716726 2018] [wsgi:error] [pid 20896:tid 140560217294592]<br>[Mon Jul 09 15:52:24.716733 2018] [wsgi:error] [pid 20896:tid 140560217294592] Thank you from my_geonode!<br>[Mon Jul 09 15:52:24.716740 2018] [wsgi:error] [pid 20896:tid 140560217294592] localhost:8000</div><div><br></div><div> Any hint in what is causing these errors will be very appreciated.</div><span class="m_6857824478711932089m_8121085891934461072m_354397974729400454HOEnZb"><font color="#888888"><div><br></div><div>Julierme<br></div><div><br></div></font></span></div><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454HOEnZb"><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 9, 2018 at 12:47 PM, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Also, through the admin web interface, my primary e-mail is set to <a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@gm<wbr>ail.com</a>, I clicked on the re-send Verification button, but I do not receive any e-mail. And there is no e-mails in the spam box either.</div><div><br></div></div><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132HOEnZb"><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 9, 2018 at 12:39 PM, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>HI Alessio,</div><div><br></div><div>Thank you very much for your reply. I want the admin approving the new accounts (<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">ACCOUNT_APPROVAL_REQUIRED = True).</span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">After using the settings in the previous e-mail, I created some new accounts, but the admin does not get any information about new registered accounts and neither it is requested to approve them.</span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Just to have an idea how it works, I registered to</span><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"> <a href="http://master.demo.geonode.org/" target="_blank">GeoNode Demo</a>, but by now, I have not gotten any confirmation e-mail, and I am unable to upload data do the site. <br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">My question is if I am missing any configuration in order to have admin approving the new accounts.</span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I appreciated your time.</span></div><span class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870HOEnZb"><font color="#888888"><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Julierme  </span><br></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"></span><br></div></font></span></div><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870HOEnZb"><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 9, 2018 at 5:23 AM, Alessio Fabiani <span dir="ltr"><<a href="mailto:alessio.fabiani@geo-solutions.it" target="_blank">alessio.fabiani@geo-solutions<wbr>.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Julierme,<div>not sure I understood you question, however you are getting that message due to this:</div><div><br></div><div>

<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">ACCOUNT_APPROVAL_REQUIRED = True</span>

<br></div><div><br></div><div>If you don't want admins to approve new accounts, you should toggle this to False</div><div><br></div></div><br><div class="gmail_quote"><div><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870m_7535923645395120547h5"><div dir="ltr">Il giorno ven 6 lug 2018 alle ore 23:07 Julierme Pinheiro <<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>> ha scritto:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870m_7535923645395120547h5"><div dir="ltr"><div>Dear GeoNode users and developers,</div><div><br></div><div>I am trying to configure user registration for GeoNode@2.8.0 according to page 864 in [1].</div><div><br></div><div>Find bellow my settings.py:</div><div><br></div><div># prevent signing up by default<br>ACCOUNT_OPEN_SIGNUP = True<br>ACCOUNT_EMAIL_REQUIRED = True<br>ACCOUNT_EMAIL_VERIFICATION = 'optional'<br>ACCOUNT_EMAIL_CONFIRMATION_EMA<wbr>IL = True<br>ACCOUNT_EMAIL_CONFIRMATION_REQ<wbr>UIRED = True<br>ACCOUNT_CONFIRM_EMAIL_ON_GET = True<br>ACCOUNT_APPROVAL_REQUIRED = True</div><div><br></div><div>and local_settings.py</div><div><br></div><div>#Define email service on GeoNode<br>EMAIL_ENABLE = True<br><br>if EMAIL_ENABLE:<br>    EMAIL_BACKEND = 'django.core.mail.backends.smt<wbr>p.EmailBackend'<br>#    EMAIL_HOST = 'localhost'<br>#    EMAIL_PORT = 25<br>    EMAIL_HOST = '<a href="http://smtp.gmail.com" target="_blank">smtp.gmail.com</a>'<br>    EMAIL_PORT = 587<br>    EMAIL_HOST_USER = '<a href="mailto:foo@gmail.com" target="_blank">foo@gmail.com</a>'<br>    EMAIL_HOST_PASSWORD = 'bar'<br>    EMAIL_USE_TLS = True<br>    DEFAULT_FROM_EMAIL = 'my_geonode <<a href="mailto:no-reply@geonode.org" target="_blank">no-reply@geonode.org</a>>'<br></div><div><br></div><div>When the user get registered the message bellow is displayed:</div><div><br></div><div><div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870m_7535923645395120547m_3411709092980058971m_4496838723387119154gmail-col-md-8">
        

<div class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870m_7535923645395120547m_3411709092980058971m_4496838723387119154gmail-page-header">
  <h2>Account Pending Approval</h2>
</div>

    <p>We have sent the administrators a notice to approve your account associated with <b><a href="mailto:somebody@gmail.com" target="_blank">somebody@gmail.com</a></b>. If the account is approved, you will receive a confirmation notice.</p><p>After setting the configuration above, the new user still unable to receive a confirmation e-mail from GeoNode admin and <b><a href="mailto:foo@gmail.com" target="_blank">foo@gmail.com</a></b> does not receive any notification e-mail about new registered users.</p><p>Also, before entering to this topic, I registered to <a href="http://master.demo.geonode.org/" target="_blank">GeoNode Demo</a>, but I did not receive any confirmation e-mail.</p><p>I wonder if I am missing any configuration.</p><p>Any help on that will very appreciated.</p><p>Thank you for your time in advance</p><p>Kind regards</p><p>Julierme<br></p><br></div>[1] <a href="http://media.readthedocs.org/pdf/geonode/master/geonode.pdf" target="_blank">http://media.readthedocs.org/p<wbr>df/geonode/master/geonode.pdf</a><br></div><div><br></div><div><br></div></div></div></div>
______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/geonode-users</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_6857824478711932089m_8121085891934461072m_354397974729400454m_2038120851147953132m_-7167464301947890870m_7535923645395120547m_3411709092980058971gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;font-size:11pt;white-space:pre-wrap">==</span><br></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">GeoServer Professional Services from the experts! Visit <a href="http://goo.gl/it488V" target="_blank">http://goo.gl/it488V</a> for more information.</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">==</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Ing. Alessio Fabiani</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">@alfa7691</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Founder/Technical Lead</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">GeoSolutions S.A.S.</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+-++55054+%C2%A0Massarosa&entry=gmail&source=g" target="_blank">Via di Montramito 3/A - </a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+-++55054+%C2%A0Massarosa&entry=gmail&source=g" target="_blank">55054  Massarosa</a> (LU) - </span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Italy</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">phone: +39 0584 962313</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">fax:     +39 0584 1660272</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">mob:   +39 331 6233686</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/geosolution<wbr>s_it</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">------------------------------<wbr>-------------------------</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.</span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span></p></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>