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

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 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 clearly not

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

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 *undefined

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

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 almost

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

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 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 gabe.k...@gmail.com wrote: I finally got it working. I just wanted to attach my solution to this thread in case anyone else encounters the same problems.

[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

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 gabe.k...@gmail.com wrote: Hi everyone, I have the radiant mailer extension installed

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 ban...@gmail.com 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

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.

[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

[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 +

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,

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 and 0.8

2009-07-14 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 cucumber features

Re: [Radiant] mailer extension and 0.8

2009-07-14 Thread john muhl
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 specs have been fixed. Hasn't been tested

Re: [Radiant] mailer extension and 0.8

2009-07-13 Thread john muhl
, Cristi Dumacristi.d...@aissac.ro 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/Aissac/radiant-mailer-extension/tree/master On 7/8/09 6:05 PM, john muhl wrote

[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 '' AND

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? whenever

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
: 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

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
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:   SQL (1.2ms)    SELECT name  FROM sqlite_master  WHERE type

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Istvan Hoka
. On Wed, Jul 8, 2009 at 10:02 AM, Cristi Dumacristi.d...@aissac.ro 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/Aissac/radiant-mailer-extension/tree

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
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? whenever i try to send mail i get a 500 error page and the following

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Cristi Duma
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? whenever i try

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
but it gives the same error. On Wed, Jul 8, 2009 at 10:02 AM, Cristi Dumacristi.d...@aissac.ro 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/Aissac/radiant-mailer-extension

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread Victor Elsendoorn
...@aissac.ro 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/Aissac/radiant-mailer-extension/tree/master On 7/8/09 6:05 PM, john muhl wrote: has anyone

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
. On Wed, Jul 8, 2009 at 10:02 AM, Cristi Dumacristi.d...@aissac.ro 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/Aissac/radiant-mailer-extension/tree/master

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
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? whenever i try to send mail i get a 500 error page and the following:  SQL

[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,

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

[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

[Radiant] Mailer extension question

2009-04-10 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: r:mailer:form name=contact div class=field

[Radiant] Mailer Extension #mailer on confirmation email

2009-02-20 Thread Victor Zuniga
to 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 Instructions, Very Confusing

2009-02-11 Thread Sean Cribbs
://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 config folder

Re: [Radiant] Mailer Extension again

2009-02-11 Thread Sean Cribbs
://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. Following the readme on the extension's git page - http://github.com/radiant/radiant-mailer-extension - I discovered

[Radiant] Mailer Extension Instructions, Very Confusing

2009-02-10 Thread Adam Farnsworth
://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 code

Re: [Radiant] Mailer Extension again

2009-02-10 Thread Dave Kroondyk
. 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 discovered that the config page part should in fact be named mailer. Moral of the story... make sure to study the current

Re: [Radiant] Mailer Extension again

2009-02-10 Thread Adam Farnsworth
/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 On Sat, Jan 10, 2009 at 12:56 PM, Patrick gen...@maqsis.ch

[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

[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] radiant-mailer-extension Setup

2009-02-03 Thread Jim Gay
http://github.com/saturnflyer/radiant-mailer-extension/tree/master http://github.com/saturnflyer/radiant-mailer-extension/commits/master ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site

Re: [Radiant] radiant-mailer-extension Setup

2009-02-03 Thread Jason Grimes
that Radiant itself uses. I've fixed this in my 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] 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.

[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

[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

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 ___

Re: [Radiant] Mailer Extension

2008-09-18 Thread Bill Barnard
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 mailer extension (http://github.com/ntalbott/radiant-mailer-extension/tree

[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/radiant/tags

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/ntalbott/radiant-mailer

Re: [Radiant] Mailer Extension

2008-09-17 Thread Steven Southard
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 tagged version at http

[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/ version. Sean

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-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 the wiki

[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

[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 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 ...

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