i have code like this
Mailman::Application.run do
to '[email protected]' do
## how to get subject, from and body in here
end
end
how to get subject, from and body from email in rails?
i have code like this
Mailman::Application.run do
to '[email protected]' do
## how to get subject, from and body in here
end
end
how to get subject, from and body from email in rails?
Use mail gem https://github.com/mikel/mail/