Send email to all poddery.com users about crowd funding campaign
- Draft email - @akhilvarkey
- Format as news letter - @bady
- Send mail using rake task - @necessary129
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Activity
- Pirate Praveen changed milestone to %Crowd Funding Campaign
changed milestone to %Crowd Funding Campaign
- Pirate Praveen added Crowd Funding + 1 deleted label
added Crowd Funding + 1 deleted label
- Pirate Praveen changed title from Send email to all poddery.com users abount crowd funding campaign to Send email to all poddery.com users about crowd funding campaign
changed title from Send email to all poddery.com users abount crowd funding campaign to Send email to all poddery.com users about crowd funding campaign
- Pirate Praveen marked the checklist item Draft email - @akhilvarkey as completed
marked the checklist item Draft email - @akhilvarkey as completed
- Pirate Praveen marked the checklist item Format as news letter - @bady as completed
marked the checklist item Format as news letter - @bady as completed
- Pirate Praveen marked the checklist item Format as news letter - @bady as incomplete
marked the checklist item Format as news letter - @bady as incomplete
- Pirate Praveen marked the checklist item Format as news letter - @bady as completed
marked the checklist item Format as news letter - @bady as completed
- Pirate Praveen marked the checklist item Send mail using rake task - @necessary129 as completed
marked the checklist item Send mail using rake task - @necessary129 as completed
- Author Owner
@necessary129 thanks, can you also document it?
- Maintainer
It was a very ugly hack.
Basically, opened Rails console,
mailer = ApplicationMailer::new users = User.where("locked_at is null and username is not null") users.each do |us| mailer.mail(from: 'no-reply@poddery.com', to: us.email, subject: 'Poddery Crowdfunding',content_type:'text/html', body: File.read("./fund.html").sub("Friend", us.username).html_safe).deliver end
- Author Owner
Thanks @necessary129
- Pirate Praveen closed
closed
- Bady removed 1 deleted label
removed 1 deleted label