Displaying 2 results from an estimated 2 matches for "profilehelp".
Did you mean:
profilehelper
2009 Feb 08
2
SocketError in EmailController#correspond
...for the email controller in
apps/controllers/email_controller.rb There doesnt seem to be any code
missing. Can someone help with this error, are there any possible
solutions???
Thanks.
class EmailController < ApplicationController
layout "site"
include ApplicationHelper
include ProfileHelper
before_filter :protect, :only => [ "correspond" ]
def remind
@title = "Mail me my login information"
if param_posted?(:user)
email = params[:user][:email]
user = User.find_by_email(email)
if user
UserMailer.deliver_reminder(user)...
2010 Mar 10
6
Email section
Sir , I want to implement email section in ma web application..
so i found the method ''server_setting'' for it...
Following is the method:
config.action_mailer.server_settings = {
:address => "smtp.gmail.com" ,
:port => 25,
:domain => "gmail.com" ,
:authentication => :login,
:user_name => "manish" ,
:password =>