RadiantCMS Action Mailer

View: New views
2 Messages — Rating Filter:   Alert me  

RadiantCMS Action Mailer

by 1842759193 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Reinstalled Mailer Extension from new URL. Referring to howto, on the
wiki.radiantcms, editing the config/environment.rb.

The HOWTO says to:

remove :action_mailer from the list

# Skip frameworks you're not going to use
config.frameworks -= [ :action_web_service ]

Which I did.

Now, add the following configuration parameters (put it at the end of
the file, just before the line that reads require "status")

Reviewing the complete file, with this Mailer Extension, there is no line

"require status"

  Configure ActionMailer for Mailer extension
ActionMailer::Base.smtp_settings = {
  :address => "your.smtp.server",
  :port => 25,
  :domain => "your.domain"
}

I am using Google Apps for mail and was wondering how to mod the above
section. Searching through the RadiantCMS archives and code base, I am
unable to find any reference to
Mailer and Gmail.

After some googling (I know, it's a brand, not a verb) I found this

=> http://tinyurl.com/yqzkyy

Is this the solution or does RadiantCMS need something else?

Thanks in advance, any help appreciated.
_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: RadiantCMS Action Mailer

by Steven Southard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Radiant contributors,

I have just patched Mailer extension to upload files.  It works  
great.  Thank you Tobin Richard and Sean Cribbs.  Working with  
Radiant is so much fun and fairly straight forward.  I've found  
everything I've needed  already here so far.  I look forward to  
making many more sites with Radiant!

Regards,

Steven

http://www.stevensouthard.com


On Mar 2, 2008, at 10:53 PM, 1842759193 wrote:

> Reinstalled Mailer Extension from new URL. Referring to howto, on the
> wiki.radiantcms, editing the config/environment.rb.
>
> The HOWTO says to:
>
> remove :action_mailer from the list
>
> # Skip frameworks you're not going to use
> config.frameworks -= [ :action_web_service ]
>
> Which I did.
>
> Now, add the following configuration parameters (put it at the end of
> the file, just before the line that reads require "status")
>
> Reviewing the complete file, with this Mailer Extension, there is  
> no line
>
> "require status"
>
>   Configure ActionMailer for Mailer extension
> ActionMailer::Base.smtp_settings = {
>   :address => "your.smtp.server",
>   :port => 25,
>   :domain => "your.domain"
> }
>
> I am using Google Apps for mail and was wondering how to mod the above
> section. Searching through the RadiantCMS archives and code base, I am
> unable to find any reference to
> Mailer and Gmail.
>
> After some googling (I know, it's a brand, not a verb) I found this
>
> => http://tinyurl.com/yqzkyy
>
> Is this the solution or does RadiantCMS need something else?
>
> Thanks in advance, any help appreciated.
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@...
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

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