Crazy Email Reciver Service

Use this mock your email server , just for recive . USAGE: such as batch register . This page only show the most recently emails ( about 100 items) https://github.com/lycying/crazy-email-recv-srv

           
From To[0] To[ALL] Subject Content Date

API

/all get all emails (limit 100)
/from/{addr} get emails from addr (limit 100)
/to/{addr} get emails to addr(limit 100)

example:

 [{
		"from": "a@example.com",
		"to0": "b@example.com",
		"to": ["b@example.com"],
		"subject": "A test",
		"content": "xxxxxxxxxxxxxxxxx*
}]