I followed THIS site on how to send an email using RoR. After running the server and calling the method, it shows in the console:
Rendered user_mailer/welcome_email.html.erb (1.0ms)
Rendered user_mailer/welcome_email.text.erb (1.0ms)
Sent mail to neeraj.narang11@gmail.com (1128ms)
Date: Sun, 18 Sep 2011 13:44:49 +0530
From: from@example.com
To: neeraj.narang11@gmail.com
Message-ID: <4e75a87912b3b_ed81feda64668f4@Narang-PC.mail>
Subject: Welcome to My Awesome Site
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_4e75a878df4a2_ed81feda646659d";
charset=UTF-8
Content-Transfer-Encoding: 7bit
.......
but I’m not getting any email in my inbox. Could someone please tell me what’s the issue here…
I guess you haven’t:
in your development.rb file.