Hello all,

I'm in the process of updating a site from 0.6.x to 0.8.x and  
everything so far has gone smoothly enough, however over time the  
mailer extension has changed considerably and I cannot for the life of  
me see what is going wrong where. The old v.1 just worked for me out  
of the box.

As far as I am aware I have followed the available instructions and  
have tried several of the branches without success.

I am seeing behaviour that is reported elsewhere, redirecting to "/ 
pages/1/mail#mailer", I am not receiving any emails.

All that is in the production log is:
Parameters: {"action"=>"create", "page_id"=>"1", "mailer"=> 
{"name"=>"*****", "email"=>"*...@***.com"}, "controller"=>"mail"}

environment.rb:

     ActionMailer::Base.smtp_settings = {
       :address => "mail.****.co.uk",
       :domain => "****.co.uk",
       :user_name => "***",
       :password => "****",
       :authentication => :login
     }

Adding "Radiant::Config['mailer.post_to_page?'] = true" seems to have  
no effect.

I don't know where to go from here as there is nothing in the  
production log that helps.

Are there any known issues with mailer to look out for? Is there a  
simple way to bypass smtp to force a delivery for testing?

Any help??

Cheers,

Dominic
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to