https://github.com/apache/whimsy/blob/master/MACOSX.md#configure-sending-of-mail

Does the test script in that section work for you?

On Wed, Jan 31, 2018, 10:50 AM Craig Russell <[email protected]> wrote:

> 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
>
>
>
>
>
>

Reply via email to