module FFaker::InternetSE
def disposable_email(name = nil)
(like tempinbox.com). you can really send an email to these
Returns an email address of an online disposable email service
def disposable_email(name = nil) "#{user_name(name)}@#{fetch_sample(DISPOSABLE_HOSTS)}" end