Re: [Rails] Email with out SMTP Settings is it possible

2012-09-24 Thread Walter Lee Davis
On Sep 24, 2012, at 9:51 AM, KUL KING wrote: > So I was right that we have to use SMTP to send email. Whether it is from > localhost or gmail. Am I right? Yes, that acronym stands for Simple Mail Transport Protocol. It's one of the oldest protocols on the Internet -- precedes the Web by tens o

Re: [Rails] Email with out SMTP Settings is it possible

2012-09-24 Thread KUL KING
So I was right that we have to use SMTP to send email. Whether it is from localhost or gmail. Am I right? On Mon, Sep 24, 2012 at 6:49 PM, Walter Lee Davis wrote: > > On Sep 24, 2012, at 9:14 AM, KUL KING wrote: > > > Doesn't SendMail use SMTP? > > Technically, all outgoing mail is handled by SMT

Re: [Rails] Email with out SMTP Settings is it possible

2012-09-24 Thread Walter Lee Davis
On Sep 24, 2012, at 9:14 AM, KUL KING wrote: > Doesn't SendMail use SMTP? Technically, all outgoing mail is handled by SMTP. That's just the mail sending protocol. The issue here is whether that SMTP server is localhost (sendmail or another drop-in replacement for that service, running on the

Re: [Rails] Email with out SMTP Settings is it possible

2012-09-24 Thread KUL KING
Doesn't SendMail use SMTP? On Mon, Sep 24, 2012 at 6:11 PM, Fabian Becker wrote: > Yes it is: > http://raflabs.com/blogs/silence-is-foo/2011/02/07/configuring-rails-3s-actionmailer-work-sendmail-debian/ > > > > On Mon, Sep 24, 2012 at 3:09 PM, KUL KING wrote: > >> No it is not possible. >> >> >>

Re: [Rails] Email with out SMTP Settings is it possible

2012-09-24 Thread Fabian Becker
Yes it is: http://raflabs.com/blogs/silence-is-foo/2011/02/07/configuring-rails-3s-actionmailer-work-sendmail-debian/ On Mon, Sep 24, 2012 at 3:09 PM, KUL KING wrote: > No it is not possible. > > > On Mon, Sep 24, 2012 at 6:08 PM, honey ruby wrote: > >> Hi all can we send mails with out using S

Re: [Rails] Email with out SMTP Settings is it possible

2012-09-24 Thread KUL KING
No it is not possible. On Mon, Sep 24, 2012 at 6:08 PM, honey ruby wrote: > Hi all can we send mails with out using SMTP settings. i want to send > mails with out smtp is it possible? > > Thanks in advance > > -- > You received this message because you are subscribed to the Google Groups > "Ruby

[Rails] Email with out SMTP Settings is it possible

2012-09-24 Thread honey ruby
Hi all can we send mails with out using SMTP settings. i want to send mails with out smtp is it possible? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegrou