How can I lower the spam score of my email message?
I am sending a new logon and password to a user, however when I do on a test version of our site on the internet the Spam score is 4.6 by spam assassin. Which means it gets trapped.
I am sending a new logon and password to a user, however when I do on a test version of our site on the internet the Spam score is 4.6 by spam assassin. Which means it gets trapped.
Is it possible to send email from my computer(localhost) using asp.net project in C#?
Finally I am going to upload my project into webserver but I want to test it before uploading.
I have created a method that will send an email with information to customers. However, the email looks awful cus there is no style to it. I can’t apply the style to the email for some reason. I have tried to google it, and there is a lot on how to solve this in code behind, but that’s not my issue. I must place the css code in the Html body, since it must be displayed for the client when he opens the email.
im facing error when sending email. here is the error
I want my asp.net mvc framework system to send an e-mail everytime a certain action (inside a certain controller) is fired off. Are there any third party libraries or .net standard ways to accomplish this?
What would be the simplest way to send a customised html email using asp.net?
We are writing a feature to send a reminder email to customers in x number of days and just wondered if it was possible to delay the sending of the emails similar to how you can in Outlook (New Mail > Options button > Do not deliver before) in C#.
How can I launch an Outlook email window (similar to what mailto: does in a hyperlink) ?
I am designing a web application using the ASP.net MVC framework. I would like to use Windows Authentication and do Role Checks using the Role Manager SQLRoleProvider.
When a user registers on my website, I don’t see why I need to make him “wait” for the smtp to go through so that he gets an activation email.