Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
- How can I send emails with embedded pictures from an MVC 3 application?

Imagine the registration process on a website where you receive an activation email, and that email contains the logo of the website from which you received the email.

- How do you accomplish that in MVC 3?

- Can the ActionMailer library written by Scott Anderson be used? (Example in positive case)
Posted

dzgsfdgfdhg
kjhkljkl
opkjpl;';l
 
Share this answer
 
The glib answer is almost exactly how you would from an ASP.NET. The view calls a method on the controller , the controller interacts with the object model (these sre the bits that are different) then the object model sends the e-mail.

I don't know about the library you asked about, but this[^] looks hopeful.

Do you have specific problem getting it to work?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900