module RSS2Mail::Transport::LMTP
Constants
- DEFAULT_PORT
Public Instance Methods
deliver_mail(to, *args)
click to toggle source
# File lib/rss2mail/transport.rb 109 def deliver_mail(to, *args) 110 deliver_smtp(Net::LMTP, to, *args) 111 end