Tagged Questions

0
votes
0answers
17 views

Receiving Email (ActionMailer) with Rails to process image attachments

I am trying to parse an email sent to my app server. It should read the email to find the user by email then add the photo to the user's photo models Here is what I have so far. What am I doing …
0
votes
1answer
34 views

ActionMailer and Exchange

Hello Community, I successfully send Mails via SMTP using my Rails App and my Postfix Server. Now I need to move to an Exchange: Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 that has POP3 …
0
votes
0answers
8 views

Are there any ActionMailer security gotchas

I know that in PHP I need to validate/massage any input that goes into an email header (eg the recipients email address). Is there anything I need to be aware of with ruby on rails/ActionMailer as …
0
votes
0answers
37 views

rails action mailer problem…

My application mailer works fine in development on my own machine but on the server it doesn't work the way I want. I know the server is perfectly capable of relaying the emails requested because I …
0
votes
1answer
33 views

What is the best way to show my users a preview of email templates in Ruby on Rails?

My software sends emails for users. I want to show them what the emails will look like before they get sent. However, with ActionMailer conventions, the entire template is in one file. This means …
0
votes
0answers
14 views

ActionMailer long line is broken.

Hi, I am sending an email from a rails app with HTML format. It's utf8 format and I write Korean. Some characters are broken when I get it with gmail or yahoo mail. I checked the log and it sent ok. …
0
votes
1answer
25 views

TMail Object Missing BCC Information

I am running a cron job that checks for new email on a Gmail account every minute. If any new mail is found, it triggers a receive function that begins as follows: def receive(email) # …
0
votes
0answers
16 views

Which Rails content management systems (CMS) work with ActionMailer?

I want to use my Rails app to send campaign-style emails ("Hi, call your representative! Her name and number are...") that are customized on a per-user basis. Effectively, each user could be seeing a …
1
vote
1answer
69 views

Rails ActionMailer with multiple SMTP servers

I have a need to use two different smtp servers in a Rails application. It appears that the way ActionMailer is constructed, it is not possible to have different smtp_settings for a subclass. I could …
0
votes
1answer
25 views

Can I specify a different recipient for an ActionMailer email based on the environment?

I'm wondering if it's possible to configure a Rails email derived from ActionMailer to send to a different recipient based on the environment. For example, for development I'd like it to send mail to …
0
votes
0answers
17 views

Rails: Internationalisation of Active Mailer

Hi there, I need to develop a Rails application that supports sending e-mails in more than one language. ActionMailer only supports a single template per e-mail 'view', and I don't want to make my …
1
vote
1answer
53 views

How do you access the session from within an ActionMailer class?

I have is an application can be accessed from 2 different URLs and looks/behaves slightly different depending on which URL you use to access it. I'm able to do this by storing a value in the session …
0
votes
1answer
151 views

Rails Actionmailer Sending Email to Multiple Recipients that are Chosen from the View

Hi I am having trouble figuring out how to send email to a few different set groups with multiple recipients. I have many users, each user has an 'Inbox' found with their login name so something …
0
votes
3answers
92 views

How Efficient is ActionMailer?

I am building a tool for users to send invites for a site. Is ActionMailer the best way to send the mail? It seems to be very very slow. Anyone have other recommendations? (Ubuntu Intrepid …
0
votes
2answers
73 views

Retrieving and parsing a MIME email from a database

Task given: An email is stored, byte for byte, in one or more chunks (of fixed length) in a database. This mail is to be retrieved from that database and it's contents shall be displayed to the user. …

1 2 3 next
15 30 50 per page