So I use Amazon SES for my email service, and I see that loopback uses NodeMailer. Now I would like to keep all my datasources in a datasources.json file, however, I am finding myself creating a new datasource programmatically because I need to set up connection info for Amazon's servers (ie - username and password). Is there a way to include a username, password, host, and port. This would be a nice feature if it didnt already exist. The ablity to change your transports for NodeMailer within the datasources.json file.