Newsletter

Hi, i want to add newsletter facility in my application. How the newsletters are worked…? How can i implement in my application?

Thanks.

check this

http://www.yiiframework.com/forum/index.php/topic/14278-newsletter-extension/

there is no newsletter extension yet but you could use a mailer extension to achieve that :)

Can you explain how newsletters are work in websites.? I need the flow for how newsletter added to existing websites?

Thanks.

The general idea is a part-web system that sends e-mail to users or send specified email according to the user’s group.

If there are a lot of users, you should send email either by administrator (that send few emails periodically using javascript) or better by cron job (scheduled Task)

Is it possible to use third party or supporting tool for sending mails to users…?

How possible the bulk mail sending…?

As I said in a previous post you could use a mail extension :)

jacmoe on the same thread posted it:

http://www.yiiframework.com/forum/index.php/topic/14278-newsletter-extension/page__view__findpost__p__70713