Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Markus,
Can you provide me with some tips on how the create this scenario:
- Daily email, auto scheduled, to 12K members using Sendgrid- Content is gathered from some nodes in the content tree
Mainly the auto scheduling part is where I get stuck. And I wonder how I would setup my template for the newsletter for the dynamic content.
Thanks in advance,
Gerjan
Hi!I would programaticlly create and send the newsletter once every day using a scheduled task in the /config/umbracoSettings.config.You can create the email and then set a scheduled send date/time to be 1-2 minutes in the future.There are som code examples here: http://support.newsletterstudio.org/customer/portal/questions/1505511-working-with-newsletter-studio-programmaticallyand here: https://our.umbraco.org/projects/backoffice-extensions/newsletter-studio/comments/61474-Send-out-frequent-scheduled-emailsBut the repositories are now in the static class GlobalFactory.Current.NewsletterRepository// m
Thanks I will give it a try.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Daily automated mail
Hi Markus,
Can you provide me with some tips on how the create this scenario:
- Daily email, auto scheduled, to 12K members using Sendgrid
- Content is gathered from some nodes in the content tree
Mainly the auto scheduling part is where I get stuck. And I wonder how I would setup my template for the newsletter for the dynamic content.
Thanks in advance,
Gerjan
Hi!
I would programaticlly create and send the newsletter once every day using a scheduled task in the /config/umbracoSettings.config.
You can create the email and then set a scheduled send date/time to be 1-2 minutes in the future.
There are som code examples here: http://support.newsletterstudio.org/customer/portal/questions/1505511-working-with-newsletter-studio-programmatically
and here: https://our.umbraco.org/projects/backoffice-extensions/newsletter-studio/comments/61474-Send-out-frequent-scheduled-emails
But the repositories are now in the static class GlobalFactory.Current.NewsletterRepository
// m
Thanks I will give it a try.
is working on a reply...