The only difference between what I see in secretary/workbench and project/icla is that workbench uses deliver! and icla uses deliver which then ... calls deliver!
What else could be going wrong? Craig > On Jan 30, 2018, at 6:10 PM, Craig Russell <[email protected]> wrote: > > 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 > > > > > Craig L Russell [email protected] 1220 University Ave San Jose, CA 95126
