Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread banane
No problem- glad you got it fixed! Anti-spam efforts make the from-domain a pretty rigid config. On Thu, Apr 15, 2010 at 9:17 AM, Gabe Koss wrote: > I finally got it working. I just wanted to attach my solution to this > thread in case anyone else encounters the same problems. > > I ended up rea

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Gabe Koss
I finally got it working. I just wanted to attach my solution to this thread in case anyone else encounters the same problems. I ended up realizing that the problem had to do with the domain coming out of the heroku grid. I found that heroku has an addon called "sendgrid" which interacts nicely

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Anton Aylward
Gabe Koss said the following on 04/15/2010 11:58 AM: > Perhaps it is because I am using Ubuntu and not a mac? I don't have > sendmail in /usr/sbin/ or /usr/lib/ and I don't think that it would work > from heroku... Are you talking about your own machine or the machine where this application is h

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Gabe Koss
Perhaps it is because I am using Ubuntu and not a mac? I don't have sendmail in /usr/sbin/ or /usr/lib/ and I don't think that it would work from heroku... Gabe Anton Aylward wrote: > Gabe Koss said the following on 04/15/2010 11:07 AM: > >> Thanks for all the help and patience! >> >> I am a

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Anton Aylward
Gabe Koss said the following on 04/15/2010 11:07 AM: > Thanks for all the help and patience! > > I am almost there. Now it seems to be sending the emails except they > aren't going anywhere. I am succesfully connnecting to the gmail smtp > but get a message stating: 504 5.7.4 Unrecognized Authen

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Gabe Koss
Thanks for all the help and patience! I am almost there. Now it seems to be sending the emails except they aren't going anywhere. I am succesfully connnecting to the gmail smtp but get a message stating: 504 5.7.4 Unrecognized Authentication Type. My auth type is set to :plain in environmen.rb

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Anton Aylward
Gabe Koss said the following on 04/15/2010 10:28 AM: > Thanks for the help I tried this addition without any success. I am > using heroku to host. Now when I view the contact page on localhost it > looks fine but still doesn't work and if I push to heroku and load the > same page it says "*undef

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Gabe Koss
Thanks for the help I tried this addition without any success. I am using heroku to host. Now when I view the contact page on localhost it looks fine but still doesn't work and if I push to heroku and load the same page it says "*undefined tag `mailer'" Gabe * Anton Aylward wrote: > Gabe Koss s

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Anton Aylward
Gabe Koss said the following on 04/15/2010 09:50 AM: > hmm, still having no success. Its very confusing because I had it > working both from heroku and localhost without tls (ie without gmail) > but I need gmail for the client. Anyway in my logs it doesn't say "mail > sent" at all and its clearl

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Gabe Koss
Sorry to send another email before getting a response. Here is something I noticed: When I am on my contact form at /about/contact and I click "Send" on my form it redirects me to /pages/38/mail#mailer instead of /about/contact/thanks (which is what i defined in the YAML mailer part) Somehow

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-15 Thread Gabe Koss
hmm, still having no success. Its very confusing because I had it working both from heroku and localhost without tls (ie without gmail) but I need gmail for the client. Anyway in my logs it doesn't say "mail sent" at all and its clearly not interfacing with gmail on any level. It also isn't cor

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-14 Thread banane
So you have sent mail successfully from heroku before? Yeah if it's a valid smtp send address, use it. For mine, I was on the domain that I'm sending from so I knew it was valid. If you've ever received an email from your old app, check the domain on the from address, and that's probably the one. H

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-14 Thread Gabe Koss
Ha I was psyched whn I found your post. Re: domain I do have a heroku sub: my-app.heroku.com. shouldnt that work as well? On Apr 14, 2010 1:23 PM, "banane" wrote: You haven't set up a domain yet? The email has to come from somewhere. Thanks for reading my blog post! That was neat to see it in y

Re: [Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-14 Thread banane
You haven't set up a domain yet? The email has to come from somewhere. Thanks for reading my blog post! That was neat to see it in your email ;) Anna / banane On Wed, Apr 14, 2010 at 8:52 AM, Gabe Koss wrote: > Hi everyone, > > I have the radiant mailer extension installed and I

[Radiant] Radiant Mailer Extension with TLS and gmail

2010-04-14 Thread Gabe Koss
Hi everyone, I have the radiant mailer extension installed and I had it working just fine. I want to start using a gmail account to send the form info. In order to support TLS i followed bananes guide found here: http://www.banane.com/2009/10/27/radiant-mailer-extension-installation-basics

[Radiant] Mailer extension

2009-10-30 Thread María Paula Mariani
Hello! I'm trying to process two forms placed in the same page with Mailer extension. Should I create 2 mailer extended pages? I'm differentiating the forms using different id's, is it the right way? Thanks very much! -- Paula ___ Radiant mailing list

Re: [Radiant] Mailer extension not working, but doesn't give much clues why not

2009-10-18 Thread qutic development
If you have access to the configuration of this smtp- server permit the ip of your webserver to use the smtp-server for relaying emails. In postfix extend 'mynetworks' in /etc/postfix/main.cf: mynetworks = 127.0.0.0/8, ip.of.your.webserver If you have no access, you should use authentication.

Re: [Radiant] Mailer extension not working, but doesn't give much clues why not

2009-10-15 Thread Simon Rönnqvist
Hi! Thanks for your answer! Configuring postfix on the Ubuntu machine would of course be an option. But what I'm trying to do is to use a smtp-server that does not require autentication when contacted from it's local network. cheers, Simon On Oct 15, 2009, at 23:26 , qutic development

Re: [Radiant] Mailer extension not working, but doesn't give much clues why not

2009-10-15 Thread qutic development
Do you send the mail directly with the Ubuntu machine? Is postfix or whatever you use running? If you try to deliver the mail not over the Ubuntu machine, you need to specify an account (to prevent an open relay...): ActionMailer::Base.smtp_settings = { :address=> "my.mailserver.com",

[Radiant] Mailer extension not working, but doesn't give much clues why not

2009-10-15 Thread Simon Rönnqvist
Hi! I've been spending half night and half day trying to figure out why my mailer extension isn't working properly. When I hosted the site at a Dreamhost PS (using passenger) everything worked just fine. Now when hosting on a Ubuntu Hardy server running Ruby Enterprise Edition + passeng

Re: [Radiant] mailer extension and 0.8

2009-07-14 Thread john muhl
I can anounce the "new" version of > mailer > > this version <http://github.com/Aissac/radiant-mailer-extension/tree/master> > of Mailer Extension works on Radiant 0.8 and I added the mail attachments > from Jomz's branch. Also there are some cucumber features and the

Re: [Radiant] mailer extension and 0.8

2009-07-13 Thread Cristi Duma
glad you figured it out. this means I can anounce the "new" version of mailer this version <http://github.com/Aissac/radiant-mailer-extension/tree/master> of Mailer Extension works on Radiant 0.8 and I added the mail attachments from Jomz's branch. Also there are some

Re: [Radiant] mailer extension and 0.8

2009-07-13 Thread john muhl
>>>>>> >>>>>>>>> thanks for help. >>>>>>>>> >>>>>>>>> On Wed, Jul 8, 2009 at 10:49 AM, Istvan Hoka >>>>>>>>> >>>>>>>> >>>>>>>> wrote: >>

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
t 10:49 AM, Istvan Hoka >>>>>>>> >>>>>>> >>>>>>> wrote: >>>>>>> >>>>>>>>> >>>>>>>>> John, it looks like you are getting this on your production machine

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
t;>>>>>> >>>>>>>> John, it looks like you are getting this on your production machine >>>>>>>> >>>>>> >>>>>> where >>>>>> >>>>>>>> >>>

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Victor Elsendoorn
works for me on a site I'm currently developing Check it out: http://github.com/Aissac/radiant-mailer-extension/tree/master On 7/8/09 6:05 PM, john muhl wrote: has anyone successfully used mailer on 0.8? whenever i try to send mail i get a 500 error page and the following: S

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
gt;> where >>>> >>>>>> >>>>>> you are using Thin. Could you test with Passenger or Mongrel, perhaps >>>>>> locally and see if you get the same error? >>>>>> Also, could you provide some more context? For instance, are you

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Cristi Duma
http://github.com/Aissac/radiant-mailer-extension/tree/master On 7/8/09 6:05 PM, john muhl wrote: has anyone successfully used mailer on 0.8? whenever i try to send mail i get a 500 error page and the following: SQL (1.2ms)SELECT name FROM sqlite

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
gt; >> -- >> >> Istvan Hoka >> >> >> >> >> >> On Wed, Jul 8, 2009 at 7:34 PM, john muhl wrote: >> >> >> >>> thanks but it gives the same error. >> >>> >> >>> On Wed, Jul 8, 2009 at 10:02 AM, C

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Istvan Hoka
09 at 10:02 AM, Cristi Duma > wrote: > >>> > Hi John, > >>> > > >>> > I'm playing with it right now, tried some fixes, features and stuff > >>> > > >>> > It works for me on a site I'm currently developing

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
John, >>> > >>> > I'm playing with it right now, tried some fixes, features and stuff >>> > >>> > It works for me on a site I'm currently developing >>> > >>> > Check it out: >>> http://github.com/Aissac/ra

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
AM, Cristi Duma wrote: >> > Hi John, >> > >> > I'm playing with it right now, tried some fixes, features and stuff >> > >> > It works for me on a site I'm currently developing >> > >> > Check it out: >> http://github.co

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Istvan Hoka
s and stuff > > > > It works for me on a site I'm currently developing > > > > Check it out: > http://github.com/Aissac/radiant-mailer-extension/tree/master > > > > On 7/8/09 6:05 PM, john muhl wrote: > >> > >> has anyone successfully

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
thanks but it gives the same error. On Wed, Jul 8, 2009 at 10:02 AM, Cristi Duma wrote: > Hi John, > > I'm playing with it right now, tried some fixes, features and stuff > > It works for me on a site I'm currently developing > > Check it out: http://github.com/

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Cristi Duma
Hi John, I'm playing with it right now, tried some fixes, features and stuff It works for me on a site I'm currently developing Check it out: http://github.com/Aissac/radiant-mailer-extension/tree/master On 7/8/09 6:05 PM, john muhl wrote: has anyone successfully used mailer on 0.8

[Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
has anyone successfully used mailer on 0.8? whenever i try to send mail i get a 500 error page and the following: SQL (1.2ms)SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' SQL (1.9ms) SELECT DISTINCT class_name FROM pages WHERE class_name <> '' AN

[Radiant] Mailer extension - ActionMailer configuration

2009-06-19 Thread Jan M.J. Storms
For the benefit of others: an ActionMailer configuration like the one below (taken from the wiki page) did not work for me: ActionMailer::Base.smtp_settings = { :address => "smtp.example.com", :domain => "example.com", :user_name => "nore...@example.com", :password => "supersecret", :au

Re: [Radiant] Mailer Extension in Radiant 0.7.1

2009-04-21 Thread Sean Cribbs
Alexis, I have used Mailer with 0.7.1 and no issues. I've added it to the extension registry -- you can install it with script/extension install now. Sean Alexis Masters wrote: Hi Everyone, I notice that there is a Mailer Extension page in the wiki, but there is no Mailer in the Extensions

[Radiant] Mailer Extension in Radiant 0.7.1

2009-04-20 Thread Alexis Masters
Hi Everyone, I notice that there is a Mailer Extension page in the wiki, but there is no Mailer in the Extensions Registry. This makes me wonder if it can be used in 0.7.1. I have tried to install it several times following the instructions on the Installing Extensions page, but the Mailer

[Radiant] Mailer extension question

2009-04-09 Thread Adam van den Hoven
Hey all, I need some help. I'm trying to make a mailer page where I want to allow users to select the recipient. However, I really don't want to expose the recipient's address. I was planning on using the following form: Destination Firs

Re: [Radiant] mailer extension limit to fields entered

2009-02-24 Thread Marcus Blankenship
éq -- Sent from my BlackBerry Wireless Handheld - Original Message - From: radiant-boun...@radiantcms.org To: Radiant@radiantcms.org Sent: Tue Feb 24 17:32:49 2009 Subject: [Radiant] mailer extension limit to fields entered Hi, I have a large form being

[Radiant] mailer extension limit to fields entered

2009-02-24 Thread bruce
Hi, I have a large form being processed with the mailer extension. I only want to output the fields that have data entered in them. I thought the tag below would do it... but no so how do I do this. Function_Address: alternativley Is it possible to sort the output of the database_form extensi

[Radiant] Mailer Extension "#mailer" on confirmation email

2009-02-20 Thread Victor Zuniga
this page: http://github.com/radiant/radiant-mailer-extension/tree/master I should be able to do: from_field: email In order to pass the value of the email form into the mailer part but I keep getting the invalid configuration message on the browser. Any feedback would be appreciated

Re: [Radiant] Mailer Extension again

2009-02-11 Thread Sean Cribbs
at 8:26 PM, Dave Kroondyk wrote: I just ran into this same problem following this guide: http://wiki.radiantcms.org/How_To_Use_The_Mailer_Extension Turns out that you don't need to specify a "Mailer" type. Also, the "config" page part that the How To describes is wrong. Followin

Re: [Radiant] Mailer Extension Instructions, Very Confusing

2009-02-11 Thread Sean Cribbs
_Extension http://github.com/radiant/radiant-mailer-extension/tree/master - You start out by git cloning the extension into the extension folder at /vendor/extensions/ - You either do this step now, or at the end of the tutorial. Which ever one, you remove code in the environment.rb (located in the

Re: [Radiant] Mailer Extension again

2009-02-10 Thread Adam Farnsworth
that the How To describes is wrong. Following the readme on the extension's git page - http://github.com/radiant/radiant-mailer-extension - I discovered that the "config" page part should in fact be named "mailer." Moral of the story... make sure to study the current do

Re: [Radiant] Mailer Extension again

2009-02-10 Thread Dave Kroondyk
this same problem following this guide: >> http://wiki.radiantcms.org/How_To_Use_The_Mailer_Extension >> >> Turns out that you don't need to specify a "Mailer" type. Also, the >> "config" >> page part that the How To describes is wrong. Followin

Re: [Radiant] Mailer Extension again

2009-02-10 Thread Adam Farnsworth
w_To_Use_The_Mailer_Extension Turns out that you don't need to specify a "Mailer" type. Also, the "config" page part that the How To describes is wrong. Following the readme on the extension's git page - http://github.com/radiant/radiant-mailer-extension - I di

[Radiant] Mailer Extension Instructions, Very Confusing

2009-02-10 Thread Adam Farnsworth
http://wiki.radiantcms.org/How_To_Use_The_Mailer_Extension http://github.com/radiant/radiant-mailer-extension/tree/master - You start out by git cloning the extension into the extension folder at /vendor/extensions/ - You either do this step now, or at the end of the tutorial. Which ever one, you remove

[Radiant] Mailer extension oddities

2009-02-08 Thread john muhl
I'm not sure if it has to do with 0.7.0 or the mailer extension in general but I am getting odd redirects. For example, I have a contact page like this http://gist.github.com/60672 When the form submits successfully the user ends gets redirected at http://example.com/contact/thanks#mailer When th

Re: [Radiant] radiant-mailer-extension Setup

2009-02-03 Thread Jason Grimes
this myself today. I'm not really sure about all the code in the mailer extension, but one problem I've found is that it tries to use an instance variable called @config for the configuration options which is the same name as one that Radiant itself uses. I've fixed this in m

Re: [Radiant] radiant-mailer-extension Setup

2009-02-03 Thread Jim Gay
y branch, but haven't sent a pull request to the main repo yet http://github.com/saturnflyer/radiant-mailer-extension/tree/master http://github.com/saturnflyer/radiant-mailer-extension/commits/master ___ Radiant mailing list Post: Radiant@radi

[Radiant] radiant-mailer-extension Setup

2009-02-03 Thread Adam Farnsworth
Does anyone know where it's talking about when it says: "You can define email templates using pages parts (email, and/or email_html). You configure the recipients and other Mailer settings in a "mailer" part:" I can't figure out where you are supposed to change these settings so that they

Re: [Radiant] Mailer Extension again

2009-01-29 Thread Dave Kroondyk
tension's git page - http://github.com/radiant/radiant-mailer-extension - I discovered that the "config" page part should in fact be named "mailer." Moral of the story... make sure to study the current documentation as it seems the How To doc is slightly outdated... Dave

[Radiant] Mailer Extension again

2009-01-10 Thread Patrick
Hi, as already asked by Andrew Gehring I am also trying to get the mailer extension working. But I am stuck at the same point... I have: - Radiant 0.6.9 - running on Rails 2.0.2 I installed the mailer extension as explained on [1] via git clone into the directory vendor/extensions/mailer.

Re: [Radiant] Mailer Extension

2008-12-22 Thread Michael Kessler
You have to add a page part to your form page, name it "config" and put your mailer configuration in there. A sample should be in the wiki or two mail threads ahead here on the list. On 22.12.2008, at 16:21, "Andrew Gehring" wrote: I've installed the mailer extension, but I get: Mail

[Radiant] Mailer Extension

2008-12-22 Thread Andrew Gehring
I've installed the mailer extension, but I get: Mailer config is not valid (see Mailer.valid_config?) Any help on what I am missing? Thanks! ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site

[Radiant] mailer extension - reply_to

2008-11-14 Thread Joost de Niet
Hi, I'm trying to set a custom reply_to this doesn't seem to work. Also getting the reply_to ( reply_to_field: "field_name" ) from the mailform doesnot seem to work. Can someone provide some extended documentation on these mail forms ? Thanks! -- Joost _

[Radiant] Mailer extension updates

2008-10-06 Thread Sean Cribbs
Over the last week I had to integrate the mailer extension into Con-way's upcoming site, so I thought I'd give you an update on what has changed in the extension: 1) You can now post the mailer form back to the same page, allowing dynamic display of errors/success, etc in the page when it rend

[Radiant] Mailer Extension Issue

2008-09-20 Thread Kale Davis
Hi, I have tried following the guides and mailing list, but having issues getting the mailer extension to work. It doesn't show up on the admin extensoin page or on the Page Type dropdown. I am running the latest version of Radiant (0.6.9) and I installed the mailer extension from github/radiant

Re: [Radiant] Mailer Extension

2008-09-18 Thread Bill Barnard
laced the extension with the older version which I was able to configure very quickly. I will report more detail later after trying a clean install. Thanks, Bill > > On 17/set/08, at 09:26, Bill Barnard <[EMAIL PROTECTED]> > wrote: > >> Has anyone gotten ntalbott's

Re: [Radiant] Mailer Extension

2008-09-18 Thread Andrea Franz
On Wed, Sep 17, 2008 at 6:33 PM, Steven Southard <[EMAIL PROTECTED]> wrote: > Did you have any luck getting file attachment to work on mailer? > No, I use it just for sending text mail. -- Andrea Franz http://gravityblast.com - http://nimboo.net ___ Ra

Re: [Radiant] Mailer Extension

2008-09-17 Thread Steven Southard
Bill Barnard <[EMAIL PROTECTED]> wrote: Has anyone gotten ntalbott's mailer extension (http://github.com/ntalbott/radiant-mailer-extension/tree/master) working with a recent version of Radiant? I tried it out, but the Readme seems like it's missing some information. The 0.6.7 t

Re: [Radiant] Mailer Extension

2008-09-17 Thread Andrea Franz
I've just insalled the mailer extension with the latest version of radiant and it works. Do you have any problem? -- Andrea Franz On 17/set/08, at 09:26, Bill Barnard <[EMAIL PROTECTED]> wrote: Has anyone gotten ntalbott's mailer extension (http://github.com/ntalbot

[Radiant] Mailer Extension

2008-09-17 Thread Bill Barnard
Has anyone gotten ntalbott's mailer extension (http://github.com/ntalbott/radiant-mailer-extension/tree/master) working with a recent version of Radiant? I tried it out, but the Readme seems like it's missing some information. The 0.6.7 tagged version at http://svn.radiantcms.org/ra

[Radiant] Mailer extension update

2008-09-04 Thread Sean Cribbs
I've just manually merged ntalbott's fork of the Mailer extension on github into radiant/radiant-mailer-extension. Those of you who have forks of ntalbott/radiant-mailer-extension should switch over if you can. Nathaniel has commit rights to the radiant/ versi

[Radiant] mailer extension 1.0: no form shows up

2008-09-02 Thread rainer griess
Hi again, after upgrading (to radiant gem 0.6.9 w/ rails 2.1.0 from 0.6.4 w/ rails < 2.x) I still have one problem left: the mailer extension form shows not up in the frontend by executing: ./script/server -e production In the backend (/admin) the mailer extension shows up under ""Extensi

[Radiant] mailer extension file attachment

2008-06-18 Thread Steven Southard
This mailer extension once worked I think. It still sends email but now the attachment part doesn't work. Am I crazy or missing something? Okay I got the note in the todo list but hey this worked just a couple of months ago. Does it work for other people? Steven

Re: [Radiant] Mailer extension problem with redirect

2008-05-05 Thread Nikos Delibaltadakis
I did exactly this, changed it to response.redirect(form_conf[:redirect_to], "302") and it worked. On Mon, May 5, 2008 at 11:36 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Nikos Delibaltadakis schrieb: > > I installed the mailer extension with radiant 0.6.6. > > (I followed more or less th

Re: [Radiant] Mailer extension problem with redirect

2008-05-05 Thread [EMAIL PROTECTED]
Nikos Delibaltadakis schrieb: > I installed the mailer extension with radiant 0.6.6. > (I followed more or less the wiki HOWTO), on my site > which is hosted in railsplayground with fastcgi. > > The extension sends the message properly, however in: > 1) Firefox: displays a message "you are being re

[Radiant] Mailer extension problem with redirect

2008-05-03 Thread Nikos Delibaltadakis
I installed the mailer extension with radiant 0.6.6. (I followed more or less the wiki HOWTO), on my site which is hosted in railsplayground with fastcgi. The extension sends the message properly, however in: 1) Firefox: displays a message "you are being redirected", with "redirected" being a link

[Radiant] Mailer extension problem with redirect

2008-05-03 Thread Nikos Delibaltadakis
I installed the mailer extension with radiant 0.6.6. (I followed more or less the wiki HOWTO), on my site which is hosted in railsplayground with fastcgi. The extension sends the message properly, however in: 1) Firefox: displays a message "you are being redirected", with "redirected" being a link

Re: [Radiant] Mailer Extension throws "undefined method view_paths="

2008-03-26 Thread Svoop
Here you go: #633 I'll deploy it to my Gentoo box hopefully tomorrow to make sure it's not a local Ruby environment issue. Sean Cribbs-2 wrote: > > Can you file a ticket for this bug on the Radiant Trac if there isn't > one already? Thanks! > Thanks, too! -- View this message in context:

Re: [Radiant] Mailer Extension throws "undefined method view_paths="

2008-03-26 Thread Sean Cribbs
Can you file a ticket for this bug on the Radiant Trac if there isn't one already? Thanks! Sean Svoop wrote: Hi Has anyone seen this before: As soon as I remove :active_mailer from config.frameworks, I get the following error when starting Mongrel or Webrick ... /Applications/Vaults/RubySta

[Radiant] Mailer Extension throws "undefined method view_paths="

2008-03-26 Thread Svoop
Hi Has anyone seen this before: As soon as I remove :active_mailer from config.frameworks, I get the following error when starting Mongrel or Webrick ... /Applications/Vaults/RubyStack/Bitcetera/ruby/lib/ruby/gems/1.8/gems/radiant-0.6.5/vendor/rails/actionmailer/lib/action_mailer/base.rb:354:in

Re: [Radiant] mailer extension: how to handle empty form fields?

2008-03-14 Thread rainer griess
Hey Dominic, thanks for that. If nothing else comes up here, I will try it. But I would really like a solution in rails. Don't like JS very much ;-) Thanks anyway! rainer On 14. Mar, 2008, at 12:36 PM, Dominic wrote: Todd McGrath recently linked to javascript solution that may be of assis

Re: [Radiant] mailer extension: how to handle empty form fields?

2008-03-14 Thread Dominic
Todd McGrath recently linked to javascript solution that may be of assistance: http://lists.radiantcms.org/pipermail/radiant/2006-May/000261.html On 14 Mar 2008, at 10:08, rainer griess wrote: Hi all, is there any designated way to handle empty form fields? I want to render the form page

[Radiant] mailer extension: how to handle empty form fields?

2008-03-14 Thread rainer griess
Hi all, is there any designated way to handle empty form fields? I want to render the form page again if there is a field missing (for example the "Subject" in an email form). Thank you, rainer ___ Radiant mailing list Post: Radiant@radiantcms.or

Re: [Radiant] Mailer Extension Query on RadiantCMS without A Mailserver.

2008-03-08 Thread Jim Gay
Are you able to send mail from any other rails app? The mailer extension (as far as I know) does nothing special in sending mail and your settings in your environment should be the same as those that you use in any other rails app. I have another app where I use a gmail account to test my

Re: [Radiant] Mailer Extension Success But Where Has The Email Gone?

2008-03-08 Thread rainer griess
Hi (Number? Name?) 1842759193, I don't know anything about Gmail/Google Apps for mail delivering. But a quick view over the page at danielfischer.com looks good to me. I mean, the actionmailer configured this way should deliver your mail witouht a local server. I don't see a problem here.

[Radiant] Mailer Extension Query on RadiantCMS without A Mailserver.

2008-03-08 Thread 1842759193
John and Sean, sorry for the direct contact but given your in-depth knowledge of RadiantCMS, I thought you need to see this. Rainer just replied to my email Mailer Success... with a comment that made me realise that I have been trying to setup the Mailer Extension *without* a local mailserver of a

Re: [Radiant] Mailer Extension Success But Where Has The Email Gone?

2008-03-08 Thread 1842759193
Hi Rainer, I am not running a local mail server of any type as we are using Google Apps for our domain email. So does this means I have to use the action_mailer solution for Gmail/Rails 2.0.2 instead? Being readly madly through the archive, not much info to back this decision up. Searching did fi

Re: [Radiant] Mailer Extension Success But Where Has The Email Gone?

2008-03-08 Thread rainer griess
Hi, first I would know, if your local mail system is correctly delivering mails from your terminal (via the mail command). And if so, did you checked your log files from your local mail server? greets, rainer On 8. Mar, 2008, at 2:41 AM, 1842759193 wrote: Hi Radiant PPL, After five days

[Radiant] Mailer Extension Success But Where Has The Email Gone?

2008-03-07 Thread 1842759193
Hi Radiant PPL, After five days off on/off effort with this issue, I finally got this extension to work. One of the other emails that I posted and non-one replied to, was a mysterious ActiveRecordStore error that suddenly occurred in my previous radiant_app. Basically a complete local copy of a w

[Radiant] mailer extension and empty form

2008-03-03 Thread rainer griess
Hi there, I am successfully using the mailer extension. Great so far! Is there a designated way to handle empty form sends? Now, if someone sends an empty email form, it gets delivered. That should obviously not happen. How to handle this? Thank you very much, rainer ___

[Radiant] mailer extension and empty form

2008-03-03 Thread rainer griess
Hi there, I am successfully using the mailer extension. Great so far! Is there a designated way to handle empty form sends? Now, if someone sends an empty email form, it gets delivered. That should obviously not happen. How to handle this? Thank you very much, rainer ___