From 01f355ca7cc04d0352a8a61efdf8372e6dc7e946 Mon Sep 17 00:00:00 2001 From: jakehobbs Date: Sun, 8 Sep 2024 16:54:05 -0700 Subject: [PATCH 1/2] update michelle email --- .../international_mailer.go | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/server/src/international_mailer/international_mailer.go b/server/src/international_mailer/international_mailer.go index 0da4dfd..325ee2c 100644 --- a/server/src/international_mailer/international_mailer.go +++ b/server/src/international_mailer/international_mailer.go @@ -139,22 +139,12 @@ func sendInternationalOnboardingEmail(db *sqlx.DB, formData model.InternationalF default: msg.Subject = "Getting involved with Direct Action Everywhere" msg.BodyHTML = ` -

Hey ` + strings.Title(strings.TrimSpace(formData.FirstName)) + `!

-

I saw that you showed interest in getting involved with our international network.

-

- Currently, there isn’t a DxE chapter in your city, but if you are interested in starting a chapter and - organizing actions or events that would help mobilize your community for animal rights, the international - coordination team is here to help you! -

-

- We just launched a Workshop on How to Organize a DxE Chapter. I highly encourage you to attend, so you - can learn about our mission, strategy and everything else you need to know to be involved with DxE. Here - is the event link, please RSVP: - dxe.io/organizedxechapter. -

-

- I really hope to see you there, and if you have any questions please let me know. -

+

Hi ` + strings.Title(strings.TrimSpace(formData.FirstName)) + `,

+

Thank you for your interest in becoming a DxE organizer. We are currently revamping the onboarding process to make it more + effective and engaging for everyone. At the moment, the next step you can take is to + watch this video that talks more in depth + about DxE's theory of change. Then, find other two people in your area that are interested in taking action together and email + me at michelle@dxe.io so we can set up a call together.

Michelle Del Cueto
International Coordinator
From 230ee2f62408fc9bb421ae233677fffa7df9b9ef Mon Sep 17 00:00:00 2001 From: jakehobbs Date: Sun, 8 Sep 2024 16:55:13 -0700 Subject: [PATCH 2/2] adjust line length --- .../src/international_mailer/international_mailer.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/server/src/international_mailer/international_mailer.go b/server/src/international_mailer/international_mailer.go index 325ee2c..83080f1 100644 --- a/server/src/international_mailer/international_mailer.go +++ b/server/src/international_mailer/international_mailer.go @@ -140,11 +140,12 @@ func sendInternationalOnboardingEmail(db *sqlx.DB, formData model.InternationalF msg.Subject = "Getting involved with Direct Action Everywhere" msg.BodyHTML = `

Hi ` + strings.Title(strings.TrimSpace(formData.FirstName)) + `,

-

Thank you for your interest in becoming a DxE organizer. We are currently revamping the onboarding process to make it more - effective and engaging for everyone. At the moment, the next step you can take is to - watch this video that talks more in depth - about DxE's theory of change. Then, find other two people in your area that are interested in taking action together and email - me at michelle@dxe.io so we can set up a call together.

+

Thank you for your interest in becoming a DxE organizer. We are currently revamping + the onboarding process to make it more effective and engaging for everyone. At the moment, + the next step you can take is to + watch this video that talks more in depth about DxE's theory of change. Then, find other + two people in your area that are interested in taking action together and email me at + michelle@dxe.io so we can set up a call together.

Michelle Del Cueto
International Coordinator