Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
258 views

ar_sendmail command not working with ruby 1.9.2

I am not able to run ar_sendmail command from my terminal. I don't think i have missed its configuration. Below is my code; development.rb ++++++++++++++++++++++++++++++++++++++++++++++++++++ ...
2
votes
2answers
278 views

AR Mailer with changing settings?

we're running ARMailer in one of our projects right now. It's working fine but as different customers are allowed to send confirmation emails via this service we want to offer them the possibility to ...
2
votes
2answers
1k views

Problem with ar_mailer

I'm running a strange problem sending emails. Basicly I'm getting this exception: ArgumentError (wrong number of arguments (1 for 0)): ...
1
vote
0answers
87 views

Rails - Question mark inserted into database

I noticed a strange behaviour of an application today which I can't explain: We have an email queue to send mails via ArMailer. In some of them a question mark is inserted from nowhere. This is ...
1
vote
0answers
110 views

Forward a mail using Tmail & ActionMailer::ARMailer

I'm writing a rake task to go through one of our mailboxes of incoming mail, using Tmail. For certain mails, i just want to forward them on to another address. I'm not sure what the best way to do ...
1
vote
0answers
163 views

use plugin ar_mailer find the error

SystemStackError (stack level too deep): /usr/local/lib/ruby/gems/1.8/gems/ar_mailer-1.5.1/lib/action_mailer/ar_mailer.rb:113:in `perform_delivery_activerecord' ...
1
vote
1answer
572 views

Problem getting ar_mailer/ar_sendmail working on new server

Hey all. I've got a new app up and running on a new ubuntu server. It's working fine generally but i can't get ar_sendmail working. I'm following the instructions on this page: ...
1
vote
3answers
1k views

Rails ar_mailer fails to send emails

I've just switched an application to use ar_mailer and when I run ar_sendmail (after a long pause) I get the following error: Unhandled exception 530 5.7.0 Must issue a STARTTLS command first. ...
0
votes
1answer
92 views

Lost values after switching email sending from AR_Mailer to DelayedJob

I've been using AR_Mailer for about 6 months without ever running into problems. I recently added DelayedJob for some administrative background jobs. Since DelayedJob also handles emails very well ...
0
votes
1answer
240 views

AR_mailer throwing exception. Mail still sent

I'm setting up AR_mailer to send mail. All works from a sending point of view, but when the mail is actually created I receive this error: A LoadError occurred in users#create: Expected ...