Questions tagged [actionmailer.net]
18 questions
0
votes
2 answers
ActionMailer.Net caused Azure to fail to initialize
I've got an MVC4 app that utilises ActionMailer.Net
This web app is hosted in an Azure cloud service. Everything works fine when running in the Azure simulator on my local machine. As soon as I publish to Azure, my role fails to initialize.
If I…

Ben Ford
- 1,354
- 2
- 14
- 35
-1
votes
1 answer
ActionMailer.net/ActionMailerNext - how to confirm if an eMail has even been sent?
Working with ActionMailerNext, which is a fork of the now-dead ActionMailer.net, and I cannot for the life of me figure out how to determine if the eMail has been sent, or if an error occurred that prevented the eMail from being sent.
Neither site…

René Kåbis
- 842
- 2
- 9
- 28
-1
votes
1 answer
ActionMailer.Net Email Encoding
I am using the ActionMailer.Net package for ASP.Net MVC.
It seems like the email template isn't properly encoded.
Html tags are rendered as plain text, so in my email I receive content like this (snipped):

j7m
- 1,067
- 8
- 13