<elmah> <errorMail from="some...@mydomain.com" to="some...@mydomain.com" async="true" subject="MyApp Exception thrown: {0}" userName="some...@mydomain.com" password="" smtpServer="smtp.mydomain.org"/> </elmah>
--
You received this message because you are subscribed to the Google Groups "ELMAH" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elmah+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elmah/1499c8d8-7832-4f09-92ad-37979d8a96a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi. Love Elmah and have been using it for years! Is it possible to use a Windows managed service account to send Elmah emails? What would the errorEmail look like in Web.config?
<elmah><errorMail from="some...@mydomain.com" to="some...@mydomain.com" async="true" subject="MyApp Exception thrown: {0}" userName="someemail@mydomain.com" password="" smtpServer="smtp.mydomain.org"/></elmah>
Thank you.
Thanks, Atif. You're quick to answer! Much appreciated.
- Alex
On Tuesday, July 9, 2019 at 1:39:19 PM UTC-4, AlexC wrote:
Hi. Love Elmah and have been using it for years! Is it possible to use a Windows managed service account to send Elmah emails? What would the errorEmail look like in Web.config?
--
<elmah><errorMail from="some...@mydomain.com" to="some...@mydomain.com" async="true" subject="MyApp Exception thrown: {0}" userName="some...@mydomain.com" password="" smtpServer="smtp.mydomain.org"/></elmah>
Thank you.
You received this message because you are subscribed to the Google Groups "ELMAH" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elmah+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elmah/589f681e-17bd-469f-b940-7048e936b302%40googlegroups.com.
<elmah> <errorMail from="noreply@mydomain.com" to="some...@mydomain.com" async="true" subject="MyApp Exception thrown: {0}" smtpServer="smtp.mydomain.org"/> </elmah>
Exchange Server does not allow you to send e-mails from a managed service account on behalf of a service or application. To overcome this limitation, use the managed service account to run the service, but create a separate conventional user account for the service and configure the service to send e-mails using this account.
Hi. Love Elmah and have been using it for years! Is it possible to use a Windows managed service account to send Elmah emails? What would the errorEmail look like in Web.config?
<elmah><errorMail from="some...@mydomain.com" to="some...@mydomain.com" async="true" subject="MyApp Exception thrown: {0}" userName="someemail@mydomain.com" password="" smtpServer="smtp.mydomain.org"/></elmah>
Thank you.
--
You received this message because you are subscribed to the Google Groups "ELMAH" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elmah+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elmah/9bad5d56-4ded-4991-a136-1a55a56841f9%40googlegroups.com.
Hi. Love Elmah and have been using it for years! Is it possible to use a Windows managed service account to send Elmah emails? What would the errorEmail look like in Web.config?
<elmah><errorMail from="some...@mydomain.com" to="some...@mydomain.com" async="true" subject="MyApp Exception thrown: {0}" userName="someemail@mydomain.com" password="" smtpServer="smtp.mydomain.org"/></elmah>
Thank you.