Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Host a personal portfolio in Google App Engine- Python
...App-engine has mail forwarding facility so a custom email address can be set up to send and recieve emails. Form submisson page in the /templates/index.html submits the query using the 'Google email address' signed in by visitor. On submitting the query, a computerised notification email sent will be sent to the visitor and query details will be sent to owner. Visit the demo page:
This allows you to run an email "server" that will accept any and all emails and allow you to query them afterwards - similar to the service Mailinator.com provides.
Using this, you can test whether your applications can send emails correctly, and you can retrieve the data out of them (for example if you need to verify that account activation links exist in the outgoing email, and that they work correctly).
The real Mailinator service is better if you are only sending a one-off email. ...
A mail server (postfix, sendmail) log analyzer. Feed it with your log files and you値l get information on each transaction (sender, receiver, ip_client, date, etc.). Various query allowed, it works with mysql or without any db. Written in perl.