Y
Hacker News
new
|
ask
|
show
|
jobs
by
remram
703 days ago
Don't they all "allow receiving emails from your prod env"? They all speak SMTP. What am I missing?
1 comments
aeaa3
703 days ago
The idea is that, in a a test environment, we should not actually deliver the mails to the recipient, instead making them available on a web page (or through an API).
link