module FFaker::InternetSE

def disposable_email(name = nil)

addresses an access it by going to the service web pages.
(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