Does anyone know where I can download an demo app of action mailer. I''ve looked every where. I''ve also done the tuts. but, they don''t work for me. Thanks... -- Posted via http://www.ruby-forum.com/.
Mohammad Surname? wrote:> Does anyone know where I can download an demo app of action mailer. I''ve > looked every where. I''ve also done the tuts. but, they don''t work for > me. Thanks...Have you set your development.rb(or production.rb) file correctly for mailing? Like the following: #set actionmailer environment config.action_mailer.perform_deliveries = true config.action_mailer.delivery_method = :smtp config.action_mailer.default_charset = "utf-8" config.action_mailer.server_settings = { :address => "mail.yourdomain.com", :port => 25, :domain => "www.yourdomain.com", :user_name => "yourname@yourdomain.com", :password => "yourpassword", :authentication => :login -- Posted via http://www.ruby-forum.com/.
Yes I have, I sent it in envirment.rb though dosn''t that work? -- Posted via http://www.ruby-forum.com/.
Can someone write a little code that SOULD work and that the tested to make sure it worked, I''ve been trying to get AM to work for over 3 months now, anything, even something that just sends (Time.now) -- Posted via http://www.ruby-forum.com/.
I used the mailer setup in the techno-weenie wiki. Here is the url, http://technoweenie.stikipad.com/plugins/show/Mailer+Setup I only use the mailer for activation though, which is how it is described. On 4/22/06, Mohammad <name.goes.here44@gmail.com> wrote:> > Can someone write a little code that SOULD work and that the tested to > make sure it worked, I''ve been trying to get AM to work for over 3 > months now, anything, even something that just sends (Time.now) > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- John Hornbeck -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060422/a19ed6a7/attachment.html
I have posted this before but, I couldn''t find it so please forgive me for posting it again. But can someone make an app that sends Time.now to user.email so I can learn how AM works and is there a way to send it with a fake address meaning that I don''t have to put an accual SMTP domain and/or user name & password? Thanks in advance :) -- Posted via http://www.ruby-forum.com/.
Can anyone help me? -- Posted via http://www.ruby-forum.com/.
Guest wrote:> Can anyone help me?With? -- Posted via http://www.ruby-forum.com/.
>>>>> "Guest" == Guest <name.goes.here44@gmail.com> writes:> Can anyone help me?Sure, just read this: http://cdybedahl.livejournal.com/377764.html -- Calle Dybedahl <calle@cyberpomo.com> http://www.livejournal.com/users/cdybedahl/ "Let me answer that question with a headbutt." -- Buffy, Buffy the Vampire Slayer