Thanks Guy. ts wrote: >>>>>>"B" == Bermejo, Rodrigo <rodrigo.bermejo / ps.ge.com> writes: >>>>>> >>>>>> > >B> Should I be aware of something going wrong on the background ? > > It's corrected in 1.8.1, the new def #check_response is > > def check_response( res, allow_continue = false ) > return res if /\A2/ === res > return res if allow_continue and /\A3/ === res > err = case res > when /\A4/ then SMTPServerBusy > when /\A50/ then SMTPSyntaxError > when /\A55/ then SMTPFatalError > else SMTPUnknownError > end > raise err, res > end > > > >Guy Decoux > > > > >