Integrate Epicz Mail
Use our open GET API to programmatically create temp mails and read emails directly in your bots or apps.
Supported Domains
@epicz.xyz
Important Note: For all API requests below, pass only the USERNAME part in the user parameter (e.g. for demo@epicz.xyz, use user=demo). Our system automatically routes emails to the same username prefix regardless of the domain.
DOMAINS:
Fetch Available Domains
Returns an array of all active email domains supported by our server.
GEThttps://email.yamin.bd/?action=getDomains STATUS:
Check Server Health
Verify database and server runtime.
GEThttps://email.yamin.bd/?action=status GENERATE:
Create Random Email
Returns a newly generated beautiful local-part (username) for an email.
GEThttps://email.yamin.bd/?action=genRandom LIST:
Fetch Inbox summary
Get up to 50 latest incoming messages for a specific username.
GEThttps://email.yamin.bd/?action=getMessages&user=USERNAME READ:
Read Specific Message Details
Outputs HTML body, subject, and sender information securely.
GEThttps://email.yamin.bd/?action=readMessage&user=USERNAME&id=MESSAGE_ID DELETE:
Clear User Inbox
Permanently remove all emails bound to a user address.
GEThttps://email.yamin.bd/?action=deleteInbox&user=USERNAME