Can't send email from my application.
Can't send email from my application.
My settings:
:address => "smtp.zoho.com",
:port => 465,
:user_name => '
no-reply@mydomain.com
',
:password => 'xxxxxx',
:authentication => :login,
:ssl => true,
:tls => false,
:enable_starttls_auto => true
And I'm getting EOFError: end of file reached.