Jump to content

RSS to EMAIL - How to???


ltrem

Recommended Posts

Hey!

 

We have some pages / search related that people can subscribe VIA RSS to know when a new item is added... I would like to add the email feature... something that would do exactly the same as it does on www.feedmyinbox.com .

 

I just can't find any help or coding tips to get me started...

 

If anyone can help... I would appreciate! thanks!

Link to comment
Share on other sites

Can you show us an example of what they send you in your email? I'm not going to give them my email address, because I am paranoid about spam. If you could share more details about what they do, then perhaps we could come up with a solution that meets your needs.

 

For my business, when we have a new product or something to advertise, we simple send out an email to our email database, letting them know what is going on. We currently use getresponse.com, but may be changing to constantcontact.com soon. These services make it fairly painless for you to send out emails to people.

Link to comment
Share on other sites

I'll try to be more specific,

 

Our website consist of selling products (House plan). Those products can be sorted with different "type". Let's say one type would be "House with garage" and another one "House without garage". When they get the that "House with garage" pages, they would have access to an RSS icons that would subscribe them to this kind of product. The RSS is built each time the user access it. It show the 10 most recent "House with garage".

 

In case the user don't use RSS, we would like to give him choice so he can get those "new house with garage" sent to his email each time a new plan is added. He would then receive the 10 last most recent "house with garage" with the new one on top.

 

I'm a bit confused on how the RSS work... hope you can lead me to somewhere with this.

 

Thanks

Link to comment
Share on other sites

Who and when do the new "plans" get added?

You could have your mail script run every time a new plan is added. Lets say that someone adds a plan to category "house with garage"/cat id "5", after the code has executed to add it to the database, you run a query to get the 10 latest plans with cat id = 5 and build the email and use the mail() function to send if out to your subscribers.

Link to comment
Share on other sites

The plan are added by director via a Intranet website.

 

Your idea is good but what if we add 3 plans in a row? We don't want to send 3 emails with 1 minutes interval... how could we make this to send the email once each 24h...

 

RSS and this email thing gives me headaches !!!  :-\ :D

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.