On Mon, Aug 22, 2016 at 9:18 PM, Craig Russell <[email protected]> wrote: > Hi Sam, > > 1. Could you do me a big favor? There is a file from me to secretary with the > pending.yml that I can’t send from here until I debug the send-mail part. > Could you please send it?
I'm not clear what you are asking of me. That pending.yml is on your machine only - it isn't on either mine or whimsy-vm3. If you like, you can make it go away with a "rm" command. > 2. Do you see anything wrong with this which is my ~/.secmail file: Nothing wrong that I can spot. - Sam Ruby > require 'mail' > > Mail.defaults do > delivery_method :smtp, > address: "smtp.gmail.com", > port: 587, > domain: "apache.org", > authentication: "plain", > user_name: "[email protected]", > password: “noydb", > enable_starttls_auto: true > > > if $USER == 'clr' > > @from = 'Craig L Russell <[email protected]>' > @sig = %{ > -- Craig L Russell > Secretary, Apache Software Foundation > } > > elsif $USER == 'jcarman' > > @from = 'James Carman <[email protected]>' > @sig = %{ > -- James Carman > Apache Software Foundation Secretarial Team > } > > elsif $USER == 'rubys' > > @from = 'Sam Ruby <[email protected]>' > @sig = %{ > -- Sam Ruby > Apache Software Foundation Secretarial Team > } > > elsif $USER == 'jim' > > @from = 'Jim Jagielski <[email protected]>' > @sig = %{ > -- Jim Jagielski > Apache Software Foundation Secretarial Team > } > > elsif $USER == 'mnour' > > @from = 'Mohammad Nour El-Din <[email protected]>' > @sig = %{ > -- Mohammad Nour El-Din > Apache Software Foundation Secretarial Team > } > end > end > > >> >> >> > > Craig L Russell > Architect > [email protected] > P.S. A good JDO? O, Gasp! > > > > >
