I am trying to send the contents of a form with MvcMailer in my MVC 3 web application. The email sends, but it does not populate with the data from the form.
I am developing an MVC 3 application and I am sending emails using MvcMailer.I am able to send basic emails, but I am trying to email the contents of a form and can\'t seem to work it out.
I am developing an MVC 3 project and would like to send invoices out to clients each month by email. How would I send out these multiple emails, and if a loop, how would I code this loop?
i c开发者_Go百科ant seem to figured out why i cant install nuget pakcage ive tried running this in visual studio 2010 package manager
I tried intalling Mvc Mailer by entering the command \"Install-Package MvcMailer\" in the Package Manager Console,but I\'m getting the following error message:
I\'m having trouble getting MVCMailer to delete attachments after sending an email asynchronously. I can\'t figure out what to do to dispose of the message to free up processes attached to the messag
I am using MvcMailer with Orchard CMS in a module I created, and although I can get it to send e-mails, the body of the e-mail is empty, leaving me to believe that Orchard is not picking up \"/[Module
I don\'t know if I am explaining this correctly, or if the solution is rather simple, so here goes: I am using MvcMailer, but before that I set up a wizard input form which I call Quote.cshtml. Behin
I am using MvcMailer with my website to send html emails. seems good, but im just w开发者_运维问答ondering how i can view the created emails in a browser.
Im looking to use MVCMailer to send emails using asp.net mvc 3 with razor. Also mentioned by ScottHa It looks fairly straight forward, however i\'m confused as to how I would send batch emails eg lik