houdini/app/views/campaign_mailer/creation_followup.html.erb

33 lines
1.6 KiB
Text
Raw Normal View History

2020-06-12 20:03:43 +00:00
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<% campaign_url = Format::Url.concat(root_url, @campaign.url) %>
<p>Dear <%= @creator_profile.name.blank? ? @creator_profile.user.email : @creator_profile.name %>,</p>
<br>
<p>Congratulations on creating your campaign!</p>
<br>
<p>You can visit it here: <strong><a href='<%= campaign_url %>'><%= campaign_url %></a></strong></p>
<br>
<p>Before you share your campaign with the world, we have a few tips that could help the success of your campaign:</p>
<ul>
<li>Use your campaign story to explain <strong>why</strong> supporters should give and <strong>how</strong> their contributions will be used.</li>
<li>Make your campaign story more engaging with images and video.</li>
<li>Create one-time or recurring gift options (recurring gift options are a powerful way to create sustainability for your organization).</li>
<li>Get a few people in your network to make initial donations.</li>
<li>Inform people in your network before your campaign launches so that they can be prepared to share it and contribute to it.</li>
</ul>
<p>Once your campaign is ready to go, you can check the 'Publish' box on your campaign settings.</p>
<br>
<p><strong>Note:</strong> You can still share an unpublished campaign, but it will not show up on your nonprofit profile page or on your campaign listing page.</p>
<br>
2020-06-10 22:31:47 +00:00
<p>If you need some help getting your campaign up and running, don't hesitate to contact <strong><%= Houdini.support_email %></strong>.</p>
<%= render 'emails/sig' %>