Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread banane
Hey that's great! Congrats. On Mon, Mar 29, 2010 at 7:34 AM, Anton Aylward wrote: > Anton Aylward said the following on 03/29/2010 09:00 AM: > >>> >>> >>> I would have thought that using sendmail would have made more >>> sense for a mailer interface than trying to inject

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread Anton Aylward
Anton Aylward said the following on 03/29/2010 09:00 AM: >> >> >> I would have thought that using sendmail would have made more >> sense for a mailer interface than trying to inject into port 25. >> > > Such as > > ActionMailer::Base.delivery_met

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread Anton Aylward
Anton Aylward said the following on 03/29/2010 08:28 AM: > >> If you ahve another client (apple >> mail, etc.) setup that sends successfully with a configuration, > > Yes I have a TWiki application that does it. > That's written in perl and has a config file that sends via 'sendmail'. > So its n

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread Anton Aylward
banane said the following on 03/28/2010 10:45 PM: > Anton > > When you say it's sending successfully, how do you know that? I didn't say that, did I? If it was sending successfully I'd be getting the resulting mail and I don't. What it is doing is taking time processing and the production log

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-28 Thread banane
Anton When you say it's sending successfully, how do you know that? Can you cut and paste part of your log that gives you that impression? In the post I wrote re: my process of setting up Mailer, (databasemailer, btw) I have this bit from my log: - "AUTH PLAIN AGJhbmFuZQBraXdpa2l3aQ==\r\n" -> “2

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-28 Thread Anton Aylward
I'm following up to this "old" mail because I have the same problem and that old thread doesn't have a resolution that seems to apply to me. I set up the mailer extension on my laptop using my LAN's mail hub and it worked fine. Good, so I went ahead and installed it and then copied the page (body

Re: [Radiant] Radiant Mailer Extesion Error

2009-12-04 Thread banane
I also had a redirect problem when I was installing mailer. I documented my process in a blog post- it's a very simple example, but I got it working. It also has a lenghty troubleshooting section at the end- the steps i used to figure out the redirect error. http://www.banane.com/2009/10/27/radian

Re: [Radiant] Radiant Mailer Extesion Error

2009-12-04 Thread Mauricio Dulce
Yes i see this yesterday in this group http://groups.google.com/group/radiantcms-dev/browse_thread/thread/815ffc145cdf5290?pli=1 I did all that, but I do not work, switch to Gmail, with normal email, smtp does not work and thought me this could solve. __

Re: [Radiant] Radiant Mailer Extesion Error

2009-12-04 Thread subsorama
If you are using gmail for sending from both servers do you have the action_mailer_optional_tls plugin installed in /vendor/plugins? and in config.rb config.after_initialize do # Add new inflection rules using the following format: ActiveSupport::Inflector.inflections do |inflect|