I have a Rails app hosted on an Azure virtual machine.
Every mailer tutorial recommends to store your domain and settings for incoming and outgoing emails in environment variables.
Is it safe then just to set them as normal linux env variables in the virtual machine? Or better use the Azure portal?