We are using Newsletter Studio on a number of Umbraco sites on Azure. We are indeed using SendGrid for the SMTP server. You can use the free version to send up to 25000 emails per month. You can register for an account from within the Azure portal
You configure your mail server in 2 places. First in web.config:
With above setting you can send mail from the site in Umbraco Forms or from .Net code. To also be able to send from NewsletterStudio, you'll need to add it to the config, either via the newsletterStudio.config file (in the \Config folder in Umbraco) or in the settings section from NewsletterStudio. Below is the code to put in the config file. Only the smtp part is complete. The others keys are only there to guide you to the right spot in the file.
Newsletter Studio on Azure Web Sites
Hello,
I want to ask whether Newsletter Studio is supported on Azure Web Sites? If yes what SMTP it is using - SendGrid or something else?
Any link to some documentation will be appreciated!
Thanks,
Bojil
Hi Bojil,
We are using Newsletter Studio on a number of Umbraco sites on Azure. We are indeed using SendGrid for the SMTP server. You can use the free version to send up to 25000 emails per month. You can register for an account from within the Azure portal
You configure your mail server in 2 places. First in web.config:
With above setting you can send mail from the site in Umbraco Forms or from .Net code. To also be able to send from NewsletterStudio, you'll need to add it to the config, either via the newsletterStudio.config file (in the \Config folder in Umbraco) or in the settings section from NewsletterStudio. Below is the code to put in the config file. Only the smtp part is complete. The others keys are only there to guide you to the right spot in the file.
Let me know if you have other questions.
Hi!
Thanks for a great anwser Vincent! =D
The setup of the confiugration can also be done in the backoffice UI if you want to =D
// m
is working on a reply...