module FFaker::Internet
def disposable_email(name = nil)
you can really send an email to these addresses an access it by going to the
returns an email address of an online disposable email service (like tempinbox.com).
def disposable_email(name = nil) [user_name(name), fetch_sample(DISPOSABLE_HOSTS)].join('@') end