RSS Go Email
December 28th, 2009
RSS Go Email is small php application to help you fetching RSS and delivering to your email.RSS Go Email lets you read newsfeeds from a website that you already know and use everyday.
So rather than having to use a RSS program or visit a webpage,
RSS Go Email delivers news items to the place where information that is important to you already is.
RSS Go Email Features
- - Can read any RSS or Atom newsfeed
- - Nicely handles non-US character sets
- - Can handle multifeeds
- - It's free
RSS Go Email Requirements
Before you install RSS Go Email, Make sure you already have a few things.- - Apache WebServer
- - PHP 4.3 or higher (including PHP 5)
- - PHP Extensions
- - XML
- -PCRE
- - cURL (Recommended)
- - Zlib (Recommended)
- - iconv (Recommended)
- - multibyte string (Recommended)
- - MySQL Database
How RSS Go Email Works
This image show you, how RSS Go Email works
RSS Go Email & Email Blogging
Also, works with email blogging and re-publish to your blog
Download
Download RSS Go EmailSupport
I'm not offers support, but if you need my assist, i'm glad to help you.Incoming search terms for the article:
- php rss to email
- rss to email php
- rss to email php script
- rss to email
- php rss to mail
- rss to mail php
- php rss email
- rss go email
- php rss email script
- rss email php
Category: Projects



Just a heads up that you missed explaining a lot in this and you have some errors.
1) Your script doesn't create the initial table/fields so that has to be done as well as creating a table.
2) On line 58 or 71 you name 2 different tables? rssgoemail on 58 and rss2email on 71, thus the db will ever contain correct data.
Hi,
Great script but if I put a cron (let's say every 5 hours) it automatically sends the results without checking if they are not already exist in the DB.
so i'm getting the same emails again and again...
Jack, you need to make sure your table has 3 fields (title, guid, description). Also edit rss-go-email.php to fix the error. On line 69 change "INSERT INTO rss2email" "INSERT INTO rssgoemail".
Now
Check your DB to verify its now writing the data as it finds it. phpmyadmin works for the novice user.
If you need to use a busy rss feed to verify its working I suggest. (this will flood your email with 15 new messages)
http://feeds.delicious.com/v2/rss/recent
kayaknya mantap ni bro. ane lagi nyoba untuk blogspot.
oya deskripsi/isi artikel yang dikirim full article khan bro?
soalnya ane cek pada file "rss-go-email.php" ada satu baris code yang berisi "if( $row < 1){"... apa itu berarti hanya nge-grab (posting) short article gitu ya?
angka 1 di "if( $row < 1){" ane coba ubah jadi 0.
mudah-mudahan bisa nge-grab full text/content.
btw thanks untuk scriptnya. satu lagi info dari ane:
postingan ini di pekwan Om G. dengan kiword "php send rss to email"
Hi Abdul,
This script works perfectly but delivers the data in plain text.
Is it easy to change it so the e-mails are sent in the HTML Format?
Thanks.
Regards.
Thanks.
When I refresh the script I get everything from the rss sent to me, it doesn't send only the new items.
Do you have any clue why?
Hi.
I'm not good at php at all.
But I'm really glad that you share this script.
But I have some questions:
1. Is't possible to set up this script so that it checks for new feeds every minute and send the news to my e-mail?
2. What should i write here: $cachedir = dirname(__FILE__)."/cache";
3. Can you recommend a place to host this script?
hi chocko,
1. You need cron job to do.
2. You only need create a folder and rename it with the name cache
3. You can host this script anywhere.