File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# SendGrid (Recommended for transactional emails)
55SENDGRID_API_KEY = your_sendgrid_api_key_here
6- SENDGRID_FROM_EMAIL = noreply@smartaimemory.com
7- CONTACT_EMAIL = contact@smartaimemory.com
6+ SENDGRID_FROM_EMAIL = patrick.roebuck@pm.me
7+ CONTACT_EMAIL = patrick.roebuck@pm.me
88
99# Mailchimp (Alternative for newsletter)
1010# MAILCHIMP_API_KEY=your_mailchimp_api_key_here
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Create a `.env.local` file with the following variables:
1717``` bash
1818# Required for SendGrid email integration
1919SENDGRID_API_KEY=your_sendgrid_api_key
20- SENDGRID_FROM_EMAIL=noreply@smartaimemory.com
21- CONTACT_EMAIL=contact@smartaimemory.com
20+ SENDGRID_FROM_EMAIL=patrick.roebuck@pm.me
21+ CONTACT_EMAIL=patrick.roebuck@pm.me
2222
2323# Required for Plausible Analytics
2424NEXT_PUBLIC_PLAUSIBLE_DOMAIN=smartaimemory.com
@@ -344,5 +344,5 @@ pm2 logs
344344
345345For deployment issues:
346346- GitHub Issues: https://github.com/Smart-AI-Memory/empathy/issues
347- - Email: contact@smartaimemory.com
347+ - Email: patrick.roebuck@pm.me
348348- Documentation: smartaimemory.com/docs
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Successfully completed **all 7 next steps** for enhancing the Smart AI Memory we
3131#### Configuration Required:
3232``` bash
3333SENDGRID_API_KEY=your_key
34- SENDGRID_FROM_EMAIL=noreply@smartaimemory.com
35- CONTACT_EMAIL=contact@smartaimemory.com
34+ SENDGRID_FROM_EMAIL=patrick.roebuck@pm.me
35+ CONTACT_EMAIL=patrick.roebuck@pm.me
3636```
3737
3838---
@@ -302,8 +302,8 @@ All pages now have proper Open Graph tags including:
302302``` bash
303303# Email (SendGrid)
304304SENDGRID_API_KEY=your_sendgrid_api_key
305- SENDGRID_FROM_EMAIL=noreply@smartaimemory.com
306- CONTACT_EMAIL=contact@smartaimemory.com
305+ SENDGRID_FROM_EMAIL=patrick.roebuck@pm.me
306+ CONTACT_EMAIL=patrick.roebuck@pm.me
307307
308308# Analytics (Plausible)
309309NEXT_PUBLIC_PLAUSIBLE_DOMAIN=smartaimemory.com
@@ -434,7 +434,7 @@ All documentation is included:
434434If you need help with any of these features:
435435- Check ` DEPLOYMENT.md ` for deployment help
436436- Check ` .env.example ` for configuration
437- - Contact: contact@smartaimemory.com
437+ - Contact: patrick.roebuck@pm.me
438438- GitHub: https://github.com/Smart-AI-Memory/empathy
439439
440440---
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ export default function ContactPage() {
311311 < div className = "text-center p-6 bg-[var(--border)] bg-opacity-30 rounded-lg" >
312312 < div className = "text-3xl mb-3" > 📧</ div >
313313 < h3 className = "font-bold mb-2" > Email</ h3 >
314- < a href = "mailto:contact@smartaimemory.com " className = "text-sm text-[var(--accent)] hover:underline" >
315- contact@smartaimemory.com
314+ < a href = "mailto:patrick.roebuck@pm.me " className = "text-sm text-[var(--accent)] hover:underline" >
315+ patrick.roebuck@pm.me
316316 </ a >
317317 </ div >
318318
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export default function PrivacyPage() {
133133 < li > < strong > Opt-Out:</ strong > Unsubscribe from marketing communications</ li >
134134 < li > < strong > Data Portability:</ strong > Request your data in a machine-readable format</ li >
135135 </ ul >
136- < p > Contact us at contact@smartaimemory.com to exercise these rights.</ p >
136+ < p > Contact us at patrick.roebuck@pm.me to exercise these rights.</ p >
137137
138138 < h2 > 9. Security</ h2 >
139139 < p >
@@ -165,7 +165,7 @@ export default function PrivacyPage() {
165165 < h2 > 13. Contact Us</ h2 >
166166 < p > If you have questions about this Privacy Policy, contact us at:</ p >
167167 < ul >
168- < li > < strong > Email:</ strong > contact@smartaimemory.com </ li >
168+ < li > < strong > Email:</ strong > patrick.roebuck@pm.me </ li >
169169 < li > < strong > Website:</ strong > smartaimemory.com/contact</ li >
170170 < li > < strong > Company:</ strong > Deep Study AI, LLC</ li >
171171 </ ul >
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ export default function TermsPage() {
215215 < h2 > 15. Contact</ h2 >
216216 < p > Questions about these Terms? Contact us at:</ p >
217217 < ul >
218- < li > < strong > Email:</ strong > contact@smartaimemory.com </ li >
218+ < li > < strong > Email:</ strong > patrick.roebuck@pm.me </ li >
219219 < li > < strong > Website:</ strong > smartaimemory.com/contact</ li >
220220 < li > < strong > Company:</ strong > Deep Study AI, LLC</ li >
221221 </ ul >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Sent from smartaimemory.com contact form
9595 ` ;
9696
9797 return sendEmail ( {
98- to : process . env . CONTACT_EMAIL || 'contact@smartaimemory.com ' ,
98+ to : process . env . CONTACT_EMAIL || 'patrick.roebuck@pm.me ' ,
9999 subject : `Contact Form: ${ topic } - ${ name } ` ,
100100 text,
101101 html,
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export function generateStructuredData(type: 'organization' | 'product' | 'artic
138138 ] ,
139139 contactPoint : {
140140 '@type' : 'ContactPoint' ,
141- email : 'contact@smartaimemory.com ' ,
141+ email : 'patrick.roebuck@pm.me ' ,
142142 contactType : 'Customer Service' ,
143143 } ,
144144 } ;
You can’t perform that action at this time.
0 commit comments