Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update michelle email #213

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 7 additions & 16 deletions server/src/international_mailer/international_mailer.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,13 @@ func sendInternationalOnboardingEmail(db *sqlx.DB, formData model.InternationalF
default:
msg.Subject = "Getting involved with Direct Action Everywhere"
msg.BodyHTML = `
<p>Hey ` + strings.Title(strings.TrimSpace(formData.FirstName)) + `!</p>
<p>I saw that you showed interest in getting involved with our international network.</p>
<p>
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!
</p>
<p>
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:
<a href="https://dxe.io/organizedxechapter">dxe.io/organizedxechapter</a>.
</p>
<p>
I really hope to see you there, and if you have any questions please let me know.
</p>
<p>Hi ` + strings.Title(strings.TrimSpace(formData.FirstName)) + `,</p>
<p>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 <a href="https://youtu.be/I65LCZbGje4?si=Zs5R4gSv_6LtwA9O">
watch this video</a> 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
<a href="mailto:[email protected]">[email protected]</a> so we can set up a call together.</p>
<p>
<strong>Michelle Del Cueto</strong><br/>
International Coordinator<br/>
Expand Down
Loading