I am working on a horoscope website project which requires implementing a mailing functionality in the wordpress website. It requires these functionalities.
- It requires users to sign-up for daily horoscope newsletter
- A daily RSS feed should be looked up from the client automatically, which has the horoscope of all zodiac stars for that day. The data should be extracted from it.
- A daily horoscope email sent to the users based on their zodiac sign.(As extracted from the xml Feed)
The client prefers it be done from mailchimp api.
Right now I am clueless on how to implement that. Can anyone help me out what will be best and easiest way to implement that.
Any help in this regard will be immensely appreciated.