RashHerramientas

    Generador de direcciones de correo electrónico

    Genera ideas de direcciones de correo electrónico profesionales o aleatorias a partir de cualquier nombre en segundos.

    Correos sugeridos

    Estas son solo ideas de direcciones. No son buzones registrados, úsalos como inspiración para tu propio registro.

    Create a temporary email address

    Get a disposable inbox for sign-ups and downloads, and read the messages that arrive in the browser.

    Keep your real inbox clean

    One-off downloads, trials and forum sign-ups can go to a throwaway address instead of feeding your main mailbox to a mailing list.

    Try this tool
    Keep your real inbox clean

    Receive confirmation links

    The inbox is readable in the page, so verification emails and one-time codes still reach you.

    Open Font Pairing
    Receive confirmation links

    Not for anything you need later

    Temporary inboxes expire. Never use one for banking, work accounts, or anything you must recover access to.

    Open QR Code Generator
    Not for anything you need later

    Step-by-step guide

    How to use Email Generator?

    Generate random or themed email addresses for placeholder data and testing.

    Step-by-step instructions

    1. 1

      Pick a style — random, name-based or domain-specific.

    2. 2

      Set how many addresses you need.

    3. 3

      Click Generate.

    4. 4

      Copy one or export the whole list.

    Benefits

    • Creates realistic-looking test emails.
    • Bulk generation for QA and demos.
    • Customisable domains and formats.
    • Free and unlimited.

    Who is it for?

    • Developers seeding test databases
    • QA engineers filling forms
    • Designers filling mockups with realistic data

    FAQ

    Preguntas frecuentes

    Email Name Generator Free generates readable, unique local‑parts (the part before @) and pairs them with domain suggestions using a single-page UI. Click the blue "Generate" button on the homepage, choose a batch size from the "Batch size" dropdown (defaults to 20, up to 100 per click), then use "Shuffle" to get a new ordering or "Copy All" to copy the full list to clipboard. You can also filter by mode (Personal, Business, Temporary) before generating; results appear instantly in the results pane and are safe to export as .csv or .txt via the "Export CSV" or "Download TXT" buttons.

    Switch the top toggle to "Business Mode", enter the company domain in the "Domain" field (e.g., example.com), then set the "Format" selector to options such as "first.last", "f.last", "first" or "first_last". The tool will generate variations like john.smith@example.com, j.smith@example.com and john_s@example.com and shows an internal score column for deliverability-style heuristics. Use "Bulk Mode" to input a CSV of employee names (Accepts .csv with columns first,last) and press "Generate" to create up to 5,000 formatted addresses per run; exported CSV includes columns suggestion, type, score.

    Toggle "Temporary Mode" to get name ideas optimized for disposable inboxes (labels like temp-hex, 10min style), which output suggestions such as temp-94f2a@domain.com or guerrilla-friendly formats. The generator does not create mailboxes — it only suggests local‑parts; to use them you must sign up with a disposable provider like 10minutemail or Guerrilla Mail and paste a generated name. For privacy, the tool does not require sign-up and keeps generation local in your browser, although analytics events (non-identifying) may be sent; you should still avoid pasting real personal info into public devices.

    Results can be exported using the "Export CSV" button (produces UTF‑8 .csv with columns suggestion,type,score), "Download TXT" (plain .txt, one suggestion per line), or "Export JSON" (application/json). Single exports support up to 10,000 suggestions; typical file sizes remain under ~2 MB for 10,000 short strings so browsers like Chrome/Firefox handle downloads fine on desktop. If a browser blocks automatic downloads, the UI shows a secondary "Save As" link that triggers the native download dialog; for very large exports split into multiple CSVs using the batch-size control.

    The generator produces local‑parts using letters (a–z), digits (0–9), periods (.), dashes (-) and underscores (_), and enforces the SMTP limit of 64 characters for the local part and 255 characters for the full address. Some providers further restrict dots in specific positions (e.g., Gmail ignores dots) or disallow consecutive dots, so the tool flags suggestions with a red "Provider conflict" badge when it detects a common restriction. Use the "Strict RFC" toggle to remove leading/trailing dots and collapse consecutive punctuation to avoid incompatibilities with stricter providers.

    The generator ranks candidates by a composite score that weighs uniqueness (frequency in public name datasets) against memorability (length, pronounceability) and your selected mode. In "Unique" mode it will append short numeric or lexical suffixes like -42 or -nova to prioritize less-used identifiers, while "Memorable" mode prefers shorter, dictionary-friendly forms such as ben.smith or clairej. This trade-off means truly unique outputs can be longer or include non-dictionary fragments, so use the "Length" slider and "Include numbers" checkbox to tune that balance for your preference.

    If "Copy" or "Copy All" fails, the most frequent causes are browser clipboard permissions or lack of a user gesture; on iOS Safari you must tap the button once more after the permission prompt, while on Android Chrome the action works only over HTTPS and with a direct tap. If "Export CSV" returns a blocked download, check your pop-up blocker — the page shows a small "Retry Download" link which triggers a manual Save As dialog. For JSON exports that look garbled in Notepad, open them in a UTF‑8‑aware editor (VS Code or Sublime) or import the .csv into Excel using Data → From Text to preserve encoding.

    On desktop Chrome/Firefox the UI supports keyboard shortcuts (G for Generate, S for Shuffle) and full clipboard APIs; mobile browsers show a simplified toolbar and require explicit taps for clipboard writes. iOS Safari will prompt for clipboard permission and may refuse programmatic file downloads — use the "Copy All" button then paste into Notes or a mail composer to save; Android Chrome supports direct .csv downloads but large batch exports over ~5,000 items can hit memory limits on low‑RAM devices. For best results on mobile, reduce batch size to 50 and use the "Export TXT" option which is smaller and lighter to handle.

    Email Name Generator Free requires no account, no email, and no payment for basic use; generated lists contain no watermarks and copy/export tools are active immediately. There are soft rate limits to prevent abuse: 1000 suggestions per IP per hour and a 10,000 suggestions per day export cap; if you hit limits you'll see a polite "Rate limit reached" modal with a 1‑hour countdown. Optional premium features (not required) include API access and higher daily quotas for teams; basic browser use remains free and anonymous.

    Yes — open "Bulk Mode", click "Upload CSV" and upload a .csv with column headers like company,first,last or keywords; the importer accepts up to 5,000 rows per upload. After upload choose formats (first.last, f.last, role@company) and press "Generate"; the tool will output a mapped CSV you can download with suggestion,source_row,type fields. For very large lists split uploads into chunks under 5,000 rows to avoid browser memory spikes and consider exporting to .json if you plan to pipe results into scripts.

    The generation logic runs primarily in your browser and results are not stored on our servers by default; however short-lived telemetry (generation counts, errors) and your non-identifying settings (mode, batch size) are logged to prevent abuse. Session preferences are kept in localStorage so your last-used settings reappear, and you can clear them via the "Clear Preferences" button. If you choose to use the optional "Save List to Cloud" feature, the site will request an email and store that specific list on the server (exportable .csv/.json); otherwise nothing you generate is persistently uploaded.

    The web generator provides instant human-readable heuristics (deliverability score, provider conflict flags) and pre-built formats (first.last, role@) which Excel requires you to assemble with formulas like =LOWER(CONCAT(A2,".",B2)). For bulk or reproducible pipelines, a command‑line script may be preferable: scripts can generate millions of permutations without browser memory limits, whereas the web tool is optimized for quick batches (up to 10,000 exports) and interactive tuning. Use the web tool for fast ideation and manual exports (.csv/.json/.txt) and switch to Excel or scripts when you need automation, version control, or integration with mail systems.

    Acerca de esta herramienta

    Generador de Nombres de Email Gratis - Ideas Únicas

    Genera direcciones de correo electrónico únicas rápidamente. Encuentra ideas geniales para uso personal o comercial, sin registro ni descarga. Rápido, gratis, en el navegador.