Hi,

I'm sure I have not set up my local environment correctly.

"userEmail": "Craig L Russell <[email protected]>",
  "pmcEmail": "[email protected]",
  "exception": "#<Errno::ECONNREFUSED: Connection refused - connect(2) for 
\"localhost\" port 25>",

This is the code that is running on the server:

# create the email to the pmc
mail = Mail.new do
  to useremail
  from useremail
  subject @subject
  text_part do
    body %{#{comment}
    Use this link to vote:

    #{link}
    }
  end
end
mail.deliver

Craig L Russell
[email protected]
1220 University Ave
San Jose, CA 95126





Reply via email to