Jump to content
Larry Ullman's Book Forums

How To Set Cutom Newsletter In Yii Site


soopers
 Share

Recommended Posts

I want to set the newsletter option in my site. i.e. the users subscribe to the newsletter with their name, email. and then on monthly basis a pdf format of document (that describe the organizations different achievements in that week) is sent to those emails, who have subscribed to our newsletter. the subscription form should be sent using ajax request.

 

Please share your ideas and if anyone have done this kind of settings before then please share.

 

thanks in advance.

 

Link to comment
Share on other sites

I'd create a Subscriber model: id, name, email, active, date entered. Then a Newsletter model: id, title, content, date created, date sent. Then it's a matter of creating a new Newsletter, converting it to a PDF, and then emailing that PDF.

 

I'd highly recommend using a third-party in some way, either for the entire newsletter management or just to send the emails through.

Link to comment
Share on other sites

 Share

×
×
  • Create New...