Open birchlore opened 8 years ago
Hi there - thanks so much for the gem. I'm having issues adding a campaign tag:
email = mail(to: subscription.email, subject: "This week's update!") email.mailgun_options = {campaign: 'weekly_digest'}
But mailgun logs showing:
"campaigns": []
Where have I gone wrong? Thanks
Hi there - thanks so much for the gem. I'm having issues adding a campaign tag:
But mailgun logs showing:
"campaigns": []
Where have I gone wrong? Thanks