Reputation: 111
I would like to continuously retrieve my emails via POP3 in my RoR-Projekt
where and what should I have to set so that the mails are received.
After that I have a table called "messages" with string: "email", string: "subject" and text: "text"
I would like to check if messages.email is the same like sender.of.email and messages.subject is the same like sender.of.email.subject if it is true save email text to messages.text
else delete email
do that work with ActionMailer do i need a gem? how do that all work??
Upvotes: 1
Views: 3231
Reputation: 111
i did it wiht Mailman gem.
more infos you can find:
http://dansowter.com/mailman-guide/
i have some other problems with the output/display of a mail but i hope i will fixed it with some help
Upvotes: 0