diff --git a/.envdev b/.envdev
index 8ba1f5d..e80cfe3 100644
--- a/.envdev
+++ b/.envdev
@@ -5,6 +5,7 @@ WEB_PORT=3000
MAIL_SMTP=smtp.example.com
MAIL_USERNAME=foobar@example.com
MAIL_PASSWORD=foobar
+MAIL_PHYSICAL=42 Placeholder Ave, Placeholder, 0000, USA
DB_HOSTNAME=127.0.0.1
DB_DATABASE=template
diff --git a/README.md b/README.md
index c509c11..c3a43bd 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ There are external components to this template referred to as "microservices". T
# TODO list
- Legal Requirements:
- - Physical Mailing Address Config (for emails)
- - Opt-out option (for emails)
+ - ~~Physical Mailing Address Config (for emails)~~
+ - ~~Opt-out option (for emails)~~
- Information about legal requirements of the developers using this template
- Privacy policy & data collection notices
- LICENSE file
diff --git a/client/components/pages/account.jsx b/client/components/pages/account.jsx
index b2020ff..f065635 100644
--- a/client/components/pages/account.jsx
+++ b/client/components/pages/account.jsx
@@ -1,4 +1,4 @@
-import React, { useState } from 'react';
+import React, { useEffect } from 'react';
import { Redirect } from 'react-router-dom';
import { useCookies } from 'react-cookie';
@@ -12,12 +12,53 @@ const Account = props => {
return