Displaying 2 results from an estimated 2 matches for "smtpunknownerror".
2008 Dec 26
1
Net::SMTPUnknownError
when i''m trying to send mail i got this error
Net::SMTPUnknownError (relaylock: Unable to connect to Plesk Database:
Can''t connect to local MySQL server through socket
''/var/lib/mysql/mysql.sock'' (2)
):
and it do not send the mail
any helps please
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--...
2007 Jun 26
0
ActionMailer testing errors rescue... Net::
I am testing various mails sent by my app (on localhost with Postfix
- OS X of course...)
no proble when postfix is running..
but if Postfix is not running I don''t have any raised error...
I tried using the NET lib...
rescue Net::SMTPFatalError, Net::SMTPServerBusy, Net::SMTPUnknownError,
Net::SMTPSyntaxError, TimeoutError
no matter cannot get an error...
any info or link will be welcome.. (especially on net lib..)
thanks
kad
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed t...