ismtp-1.0.0: Network/Smtp.hs
-- |
-- Module: Network.SMTP
-- Copyright: (c) 2010 Ertugrul Soeylemez
-- License: BSD3
-- Maintainer: Ertugrul Soeylemez <es@ertes.de>
-- Stability: experimental
--
-- Convenience module.
module Network.Smtp
( -- * Reexports
module Network.Smtp.Protocol
)
where
import Network.Smtp.Protocol