module RSS2Mail::Transport::LMTP

Constants

DEFAULT_PORT

Public Instance Methods

deliver_mail(to, *args) click to toggle source
# File lib/rss2mail/transport.rb, line 108
def deliver_mail(to, *args)
  deliver_smtp(Net::LMTP, to, *args)
end