Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This simple module turns your website into a email gateway. This might be
useful if you have some other webservices/applications but wants all
messages sent from Drupal site. Another usecase could be if you have some
important mail hooks implemented and wants them to be applied for email
messages from other applications.

After module installation allowed clients would be able to send json-ed
email messages via POST request to the dedicated address - /mailspool/in .
Then Drupal perform usual routing for a received message.

Project information