A quick guide to generating, reading, and managing email addresses.
Visit https://mailgo.my.id in your browser.
Click the "Generate New Address" button. A new email address will appear instantly.
The generated address looks like alex.1234@mailgo.my.id. Copy it and use it wherever you need!
Click on your generated address or navigate to /mailbox/YOUR_ADDRESS.
All received emails appear in the inbox with subject, sender info, and timestamp. Click to read full content.
MailGo auto-refreshes every 10 seconds to check for new emails. No manual refresh needed!
Want to clean up? Each email has a delete button. Removing all emails for an address effectively "expires" that address.
MailGo provides a full REST API for programmatic access:
curl -X POST https://mailgo.my.id/api/email/generate
GET https://mailgo.my.id/api/email/YOUR_ADDRESS?page=1&limit=10
DELETE https://mailgo.my.id/api/email/YOUR_ADDRESS/message/MESSAGE_ID
data, pagination, and metadata fields.Don't like your address? Generate a new one instantly. Old addresses still work.
MailGo works perfectly on phones and tablets — no app install needed.
Share your inbox URL directly: mailgo.my.id/mailbox/YOUR_ADDRESS
Emails arrive within seconds thanks to Postfix direct piping.