Which declares the transporter. I realise this is a boot program. however, I need this transporter to be able to have parameters based on data in a model which holds the SMTP details for each shop(merchant). To do that it needs to query the model for a record for that merchant's shop in order to have the right parameters to setup the transporter for that shop.
I need help getting the shopId at this boot point as obviously I need a transporter per shopId.
I've been unable to get that information and am stuck how to proceed as the documentation doesn't address this situation at all.