11155
(-- --)
March 3, 2010, 7:32am
1
hi, i'm new to Rails. just setup an application and every thing looks
fine except: cannot send mails out using "sendmail" setting.
worse: there is no error from ActionMailer - deliver_ never complained
and I got a message of "successful".
however, the recipient never received any email.
any idea what is going on here?
thank you so much!!!
Katherine
(Katherine)
March 3, 2010, 8:12am
2
Greetings.
It is a server issue probably/
If your server or develoment machine is Debian/Ubuntu, try sudo apt-
get install postfix
11155
(-- --)
March 3, 2010, 9:46am
3
Katherine wrote:
Greetings.
It is a server issue probably/
If your server or develoment machine is Debian/Ubuntu, try sudo apt-
get install postfix
thanks. that is a nice suggestion. i'm using a shared hosting that has
redhat installed. could you help me how to install postfirx there?
really appreciate the quick reply!
If you are using a shared host chances are installing postfix will be
impossible.
But the shared host should have an SMTP service you could use.. maybe
best to ask the host for these details?
can you send out email from a mail client using the smtp service?
11155
(-- --)
March 4, 2010, 3:04am
6
Charles A. Lopez wrote:
can you send out email from a mail client using the smtp service?
rubyonrails-talk+unsubscribe@googlegroups.com<rubyonrails-talk%2Bunsubscribe@googlegroups.com>
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en .
--
Charles A. Lopez
charlesalopez@gmail.com
What's your vision for your organization?
What's your biggest challenge?
Let's talk.
(IBM Partner)
no.
i cannot do it eitgher - there is no error message though.
I also tried "sendmail" direcly, it works fine.
also, i tested sendmail from Perl. it is good too.
just dont understand ActionMailer....
thank you!!!
Con
(Con)
March 4, 2010, 3:10am
7
Charles A. Lopez wrote:
can you send out email from a mail client using the smtp service?
rubyonrails-talk+unsubscribe@googlegroups.com<rubyonrails-talk%2Bunsubscribe@googlegroups.com>
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en .
--
Charles A. Lopez
charlesalopez@gmail.com
What's your vision for your organization?
What's your biggest challenge?
Let's talk.
(IBM Partner)
no.
i cannot do it eitgher - there is no error message though.
I also tried "sendmail" direcly, it works fine.
also, i tested sendmail from Perl. it is good too.
just dont understand ActionMailer....
thank you!!!
--
Posted via http://www.ruby-forum.com/ .
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en .
Did you check the logs for possible error messages?
-Conrad
11155
(-- --)
March 4, 2010, 4:29pm
8
Conrad Taylor wrote:
Sent from my iPhone
Let's talk.
.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
.
Did you check the logs for possible error messages?
-Conrad
no error messages at all....