sanitize cold email merge variables before you hit send.
don't code? https://friendly-csv.herokuapp.com
- merging {{ first_name }} but your data says "John Smith"
- merging {{ company_name }} but your data says "Solstice Equity Partners, Inc."
- merging {{ first_name }} but your data says "JIMMY"
- etc.
$ rake db:setup && rake db:migrate
$ rails s
- add example.csv to demonstrate how it works
- styles (fonts, buttons, etc)
- let user send leads to their email
- what else?