Created
February 4, 2020 06:00
-
-
Save mgratch/af244fd164a53058015327da339e3da3 to your computer and use it in GitHub Desktop.
Create a sponsor-emails.txt file with all the sponsor emails, 1 on each row. In that same folder run this command from the terminal. This will create an html document with links that will allow you to easily open each on and email sponsors directly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while read in;do xargs -I {{***}} echo -e "<a target='_blank' href='mailto:{{***}}?subject=WordCamp DFW 2018 Sponsorship Request&body=Hey SPONSOR NAME,%0D%0DINSERT PERSONAL NOT HERE. I am reaching out as lead organizer for WordCamp DFW 2018.%0D%0DWordCamp DFW will again be held in Fort Worth, Texas this year and will be a 2 day event! November 10th and 11th. We expect ~300 attendees. Since 2014 WCDFW has sold out nearly every year and we expect the same this year. Last year we had an overwhelmingly positive response to the state of the art venue and awesome traffic in the lobby central to all conference tracks -- it was perfect for sponsors tables and an awesome \"hallway track\". The website 2018.dfw.wordcamp.org receives ~200-300 unique hits per day leading up to the conference and will continue to get light traffic years following. Especially if we get videos up :)%0D%0DIf there is interest in sponsorship, our call for sponsors has opened up. The breakdown for sponsorship levels is listed here: https://2018.dfw.wordcamp.org/call-for-sponsors/#sponsor-now%0D%0DAs well the sponsorship request form to kick this off is here: https://2018.dfw.wordcamp.org/call-for-sponsors/#sponsor-now%0D%0Dp.s. call for speakers are still open too :)%0D%0DThank you for your time and consideration,%0DMarc Gratch & the WCDFW 2018 Ragtag Team of Organizers'>{{***}}</a><br>" >> sponsor-links.html ;done < sponsor-emails.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment