We receive from our partner notification emails. My idea is to insert
this email in our database.
Ideas/links for reading emails in ruby?
Grtz..remco
--
Posted via http://www.ruby-forum.com/.
> Ideas/links for reading emails in ruby?
Considering this is a rails ML, I suppose you meant rails, not ruby.
If so, have a look at the guides for rails http://guides.rubyonrails.org/action_mailer_basics.html#receiving-emails
, else consider using actionmailer and go back to step 1...
Regards,
Felix
This will be a good start unless you don't have imap mail server.
http://www.ruby-forum.com/topic/111803
by
TheR