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?

2. Do you see anything wrong with this which is my ~/.secmail file:

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!





Reply via email to