Reading e-Mails

Hi,

I am new to ActionMailer, need to read incoming mails using rails
ActionMailer, dont know how to do it… also need to track bounced mails.

Can anybody help me pls.

Thanks
Muralimaran K…

Muralimaran K. wrote:

I’ve never done it but have you seen this:
http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer
Is there something in the instructions that doesn’t work?

Cheers
mohit.

My best suggestion is to get the Agile Web D. with Rails by
Dave T., DHH et.al.

http://pragmaticprogrammer.com/titles/rails/index.html

It has a complete example of receiving email, as well as sending.

DZ

On Apr 27, 5:28 am, Muralimaran K. <rails-mailing-l…@andreas-

Mohit S. wrote:

Muralimaran K. wrote:

I’ve never done it but have you seen this:
http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer
Is there something in the instructions that doesn’t work?

Cheers
mohit.

Hi Mohit,

Thanks for your reply,

I saw your posting, but dont know where to use it.
e.g.,

def receive(email)

what should be given in place of “email” parameter…

Any help can be appreciated.

Regards,
Muralimaran K…

Rails Cookbook has a great section on how to do this.

“email” is an object of TMail class. Read every word on the wiki
(http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer)
and you should be fine!

On 4/27/07, Muralimaran K. [email protected] wrote:

mohit.
what should be given in place of “email” parameter…


rm -rf / 2>/dev/null - http://null.in

Dont judge those who try and fail, judge those who fail to try…