diff --git a/scipost/templates/scipost/foundation.html b/scipost/templates/scipost/foundation.html
index 3c460109760ddab690e13652b04846b8ee01bb3e..8f543743d2079bba5645e13a690b56b302a2c355 100644
--- a/scipost/templates/scipost/foundation.html
+++ b/scipost/templates/scipost/foundation.html
@@ -62,8 +62,8 @@
                         c/o Prof. <a href="mailto:jscaux@scipost.org">J.-S. Caux</a></br>
                     	Institute of Physics</br>
                     	University of Amsterdam</br>
-                    	Science Park 904</br>
-                    	1098 XH</br>
+                    	Postbus 94485</br>
+                    	1090 GL</br>
                     	Amsterdam</br>
                     	The Netherlands</br>
                     	+31(0)20 525 5775</br>
diff --git a/templates/email/org_contacts/contactperson_followup_mail.html b/templates/email/org_contacts/contactperson_followup_mail.html
index 0eaa8ec76b9c91fd51ccb0b1e56f625e06d51cc7..d9e293ba65efe828fd883dbbfef6719a9e653617 100644
--- a/templates/email/org_contacts/contactperson_followup_mail.html
+++ b/templates/email/org_contacts/contactperson_followup_mail.html
@@ -27,8 +27,8 @@
     ---------------------------------------------<br>
     Institute for Theoretical Physics<br>
     University of Amsterdam<br>
-    Science Park 904<br>
-    1098 XH  Amsterdam<br>
+    Postbus 94485<br>
+    1090 GL  Amsterdam<br>
     The Netherlands<br>
     ---------------------------------------------<br>
     tel.: +31 (0)20 5255775<br>
diff --git a/templates/email/org_contacts/contactperson_initial_mail.html b/templates/email/org_contacts/contactperson_initial_mail.html
index 53beaf00820c8c5ede93a15613593bd90280e7c9..32bcfd236158a04f35832f1df6d1a6b7cdc54e15 100644
--- a/templates/email/org_contacts/contactperson_initial_mail.html
+++ b/templates/email/org_contacts/contactperson_initial_mail.html
@@ -2,7 +2,7 @@
   Dear {% if contactperson %}{{ contactperson.get_title_display }} {{ contactperson.last_name }}{% else %}colleagues{% endif %},
 </p>
 <p>
-  You might by now have heard of SciPost, a not-for-profit initiative aiming to bring disruptive change to academic publishing practices.
+  You might by now have heard of SciPost, a scientists-driven not-for-profit initiative aiming to bring disruptive change to academic publishing practices.
 </p>
 <p>
   The site is anchored at <a href="https://scipost.org">SciPost.org</a>. Many further details about SciPost, its principles, ideals and implementation can be found at the <a href="https://scipost.org/about">about page</a> and <a href="https://scipost.org/FAQ">our FAQ</a>.
@@ -31,8 +31,8 @@
     ---------------------------------------------<br>
     Institute for Theoretical Physics<br>
     University of Amsterdam<br>
-    Science Park 904<br>
-    1098 XH  Amsterdam<br>
+    Postbus 94485<br>
+    1090 GL  Amsterdam<br>
     The Netherlands<br>
     ---------------------------------------------<br>
     tel.: +31 (0)20 5255775<br>
diff --git a/templates/email/partners_followup_mail.html b/templates/email/partners_followup_mail.html
deleted file mode 100644
index 71a0920ecb6b68fe351b148e166be8099f62c2a2..0000000000000000000000000000000000000000
--- a/templates/email/partners_followup_mail.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<p>
-    Dear {% if contact %}{{ contact.get_title_display }} {{ contact.last_name }}{% else %}colleagues{% endif %},
-</p>
-
-<p>
-    We recently contacted you concerning SciPost, and to probe your interest in joining its Sponsors Board. With this follow-up email, I would simply like to check whether you got the original message.
-</p>
-
-<p>
-    <a href="https://scipost.org">SciPost</a> is a next-generation publication portal aiming to transform the business of scientific publishing. You can find a one-page summary in <a href="https://scipost.org/static/sponsors/SciPost_Sponsors_Board_Prospectus.pdf">our online prospectus</a> outlining the reasons why joining would be beneficial for your institution.
-</p>
-
-<p>
-    I will be happy to provide any required further details. If you are interested, you can simply get in touch via this address (sponsors@scipost.org). I sincerely hope that SciPost will be able to count on your support.
-</p>
-
-<p>
-    If you not the right representative to get in touch with, could you please forward this to the right person, or let us know?
-</p>
-
-<p>
-    Many thanks in advance,
-</p>
-
-<p>
-    On behalf of the SciPost Foundation,<br><br>
-    Prof. dr Jean-Sébastien Caux<br>
-    J.S.Caux@uva.nl<br>
-    http://jscaux.org<br>
-    ---------------------------------------------<br>
-    Institute for Theoretical Physics<br>
-    University of Amsterdam<br>
-    Science Park 904<br>
-    1098 XH  Amsterdam<br>
-    The Netherlands<br>
-    ---------------------------------------------<br>
-    tel.: +31 (0)20 5255775<br>
-    fax: +31 (0)20 5255778<br>
-    ---------------------------------------------
-</p>
-
-{% include 'email/_footer.html' %}
diff --git a/templates/email/partners_followup_mail.json b/templates/email/partners_followup_mail.json
deleted file mode 100644
index 4de328173c68023d94babddefe0b0fd292103c9d..0000000000000000000000000000000000000000
--- a/templates/email/partners_followup_mail.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "subject": "SciPost: Sponsors Board",
-    "to_address": "email",
-    "bcc_to": "sponsors@scipost.org",
-    "from_address_name": "SciPost Sponsors",
-    "from_address": "sponsors@scipost.org",
-    "context_object": "contact"
-}
diff --git a/templates/email/partners_initial_mail.html b/templates/email/partners_initial_mail.html
deleted file mode 100644
index 131c40fa31245a6189abbced14db85e53f72de36..0000000000000000000000000000000000000000
--- a/templates/email/partners_initial_mail.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<p>
-    Dear {% if contact %}{{ contact.get_title_display }} {{ contact.last_name }}{% else %}colleagues{% endif %},
-</p>
-
-<p>
-    You might by now have heard of SciPost, a recently-launched initiative aiming to bring disruptive change to current academic publishing practices.
-</p>
-
-<p>
-    In summary, SciPost is a publication portal managed by professional scientists, offering (among others) high-quality Open Access journals with innovative forms of refereeing, and a means of commenting on all existing literature. SciPost is established as a not-for-profit foundation devoted to serving the interests of the international scientific community.
-    The site is anchored at <a href="https://scipost.org">SciPost.org</a>. Many further details about SciPost, its principles, ideals and implementation can be found at the <a href="https://scipost.org/about">about page</a> and <a href="https://scipost.org/FAQ">our FAQ</a>.
-</p>
-
-<p>
-    Crucially, as explained on our <a href="https://scipost.org/sponsors">Sponsors page</a>, SciPost follows a completely different funding model than traditional publishers, and provides a cost-slashing alternative to existing platforms. SciPost charges neither subscription fees, nor article processing charges; its activities are instead to be collectively financed through a Sponsors Board, formed by a worldwide consortium of institutions and organizations which directly or indirectly benefit from SciPost’s activities.
-</p>
-
-<p>
-    A short summary of important aspects of SciPost and reasons for you to join its Sponsors Board are given in <a href="https://scipost.org/static/sponsors/SciPost_Sponsors_Board_Prospectus.pdf">our one-page prospectus</a>.
-</p>
-
-<p>
-    Support takes the form of a small financial commitment, collectively pooled to enable SciPost to perform all its publication-related activities, maintain its online portal and implement its long-term development plan.
-</p>
-
-<p>
-    In <a href="https://scipost.org/static/sponsors/SciPost_Sponsorship_Agreement.pdf">the agreement template</a>, you will find many more specific details about our operations, requirements and funding strategy. I would greatly appreciate if you took a few minutes to read through this document.
-</p>
-
-<p>
-    It would be a privilege to welcome you as members of our Sponsors Board. I am hereby contacting you to enquire whether your institution would consider joining. Your support at this time is crucially required to make our initiative sustainable, and to help make it possible for the community to reap all the benefits deriving form its viable implementation.
-</p>
-
-<p>
-    I will be happy to provide any required further details. If you are interested, you can simply get in touch via this address (sponsors@scipost.org). I sincerely hope that SciPost will be able to count on your support.
-</p>
-
-<p>
-    On behalf of the SciPost Foundation,<br><br>
-    Prof. dr Jean-Sébastien Caux<br>
-    J.S.Caux@uva.nl<br>
-    http://jscaux.org<br>
-    ---------------------------------------------<br>
-    Institute for Theoretical Physics<br>
-    University of Amsterdam<br>
-    Science Park 904<br>
-    1098 XH  Amsterdam<br>
-    The Netherlands<br>
-    ---------------------------------------------<br>
-    tel.: +31 (0)20 5255775<br>
-    fax: +31 (0)20 5255778<br>
-    ---------------------------------------------
-</p>
diff --git a/templates/email/partners_initial_mail.json b/templates/email/partners_initial_mail.json
deleted file mode 100644
index 4de328173c68023d94babddefe0b0fd292103c9d..0000000000000000000000000000000000000000
--- a/templates/email/partners_initial_mail.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "subject": "SciPost: Sponsors Board",
-    "to_address": "email",
-    "bcc_to": "sponsors@scipost.org",
-    "from_address_name": "SciPost Sponsors",
-    "from_address": "sponsors@scipost.org",
-    "context_object": "contact"
-}
diff --git a/templates/email/registration_invitation.html b/templates/email/registration_invitation.html
index ae584bfa4e86d454a2bd505ca18d612753721c94..8710dd4ca4bff91b0ee4f74ab1a7d3c7c72f1f18 100644
--- a/templates/email/registration_invitation.html
+++ b/templates/email/registration_invitation.html
@@ -118,8 +118,8 @@ Dear {% if invitation.message_style == 'F' %}{{ invitation.get_title_display }}
         <br>SciPost Foundation
         <br>Institute for Theoretial Physics
         <br>University of Amsterdam
-        <br>Science Park 904
-        <br>1098 XH Amsterdam
+        <br>Postbus 94485
+        <br>1090 GL Amsterdam
         <br>The Netherlands
     </p>
 {% elif invitation.invitation_type == 'F' %}