Web Forms :: Mails Comes In Spam Folder?
Mar 9, 2011my all mail come in spam folder ..
View 1 Repliesmy all mail come in spam folder ..
View 1 Replieswhy sometime mail go to spam folder and take lots of time.
View 1 RepliesI am using mailbee object for sending bulk mail with smtp authentication but when i am sending the mail, all mails are marked are spam.
View 3 RepliesI am developing one web application in this,i am sending mail after registration uing c# in mvc but for gmails its going to spam folder how to send this to inbox?
View 1 RepliesI have created a community portal, in which user creates his/her account. After successfull registration a confirmation mail is send on registered email address.
I am using the following code to send the mail -
[Code]....
While testing we found that all the confirmation mails are going to SPAM folder instead of Inbox.
Is there anything wrong with the code or is there anything related to security.
i am sending mails in asp.net via my hos eHostPros.but recepients receive main inside their junk folder.
View 4 RepliesI have a WCF application which reads mails from a pop3 account and deletes them from the inbox after reading it by sending "DELE 1". Now i want to do some change in this functionality. ie instead of deleting the mail from the inbox i want to move it to another folder.
View 2 RepliesI am sending mails from ASP.net application does the same way can i receive mails from other recipients. how can i achieve that.
View 2 Replies[Code]....
then i got a message about a better way using net.mailmessage insted so i did, and i used this (i did set user name and password)
and it just wont work
[Code]....
Does any one knows how i can configure IIS on windows 7 ultimate for receiving mails from my domain via my hosting provider?(not for SMTP because i know how this works...but for pop mail.mydomain.com)If this is not posible does any one knows what programm i need to install so that i can receive and diliver these mails?Must i install a external mail server?
View 2 RepliesI Need to make an application that reads an email automatically (when there is an new email) and delete it afterward , those emails have an attachement that i want to use later.
View 2 RepliesI want to sent mails from my application, from address may be any domain and to address also any domain.But in my application i already registered my domain name(mail.bsl.co.uk) in web.config file.the mails are going from that domain(xyz@bsl.co.uk) to other domains.But i want to sent mails from gmail,yahoo etc to other domains.
View 1 RepliesI have a requirement of sending 3000 Emails one by one with an attachment of around 100KB, I was using System.net.mail namespace with our company mail server.my program will send upto 360 mails after that it is not sending emails,and it is not giving any exception.what is the solution to my problem.
View 13 Repliesi am working on a project which needs to send mails. it is still under development.
can any one guide me how to setup smtp server (IIS 5) to send mails and code to send mails as well. this is all for testing only.
I just want to ask you how to distinguish the mail between read & unread. Just like in some mail services the read mails are displayed in regular font & unread mails are displayed with bold. I want to know how to do this.
View 1 Repliesapp.config
<system.net>
<mailSettings>
[code]...
We have a business web application that periodically sends emails as reminders, links to client data, etc. Our company uses Google Apps for our email provider (with our own domain name), and the web application sends email through Google with SMTP.
The problem is that Google Apps / Gmail keeps marking the messages as spam, even for the inboxes in our domain name. No other email provider seems to mark it as spam (but of course we haven't tested them all...).
We've tried various formulations of the body test: i.e. including more contextual information, addressing the recipient by name, but so far with no apparent changes. This makes me thing it may be something about our email sending process, rather than the content of the email, that's causing the emails to be marked as spam.
Things that we tried but that didn't solve the problem:
"From" address is valid and not spoofed SPF records are correct, and show as "pass" in the email header Since we are connecting to Google's SMTP server to send email, it's not an issue with a blacklisted IP address (however, our website has a static IP address that is not blacklisted). Email is not very spammy: I've checked against several online spam filter tests, and the email body always shows up as extremely unlikely to be filtered. HTML body vs plain-text body seems to make no difference. We send a small volume of email: probably 0-10 emails per day, so I don't see how that would make this suspicious. Whenever we have access to the receiving inbox (i.e. it belongs to an employee of our company), we've been marking the emails as "not spam", since Gmail may be using communal statistics to determine spam. After a couple times this results in emails to that particular inbox getting through, but doesn't seem to help other accounts.
What else can we try?
If it makes a difference, we're sending emails using an ASP.NET site running .NET 3.5. A typical email gets sent like this:
var message = new MailMessage(new MailAddress(from), new MailAddress(to)) {
Subject = subject,
Body = body
IsBodyHtml = true
};
// SMTP details stored in web.config
new SmtpClient { EnableSsl = true }.SendAsync(message, null);
EDIT: I've seen this similar question: How to stop Gmail from marking mails sent by my web app as spam?, but the situation is a little different since we can reproduce it by sending and receiving from the same Google Apps domain. Besides, I believe I have covered all of the proposed solutions for that question.
I am developing a site on my local server. I am using ASP.NET 2.0 membership provider. When someone signups, an email is supposed to be sent off to be verified. In the createwizard you have the following code.
<MailDefinition BodyFileName="~/EmailTemplates/NewAccountTemplate.htm"
From="[URL]" IsBodyHtml="True"
Subject="Website Email Account">
</MailDefinition>
Problem is that when I run this I get The server response was: Rejecting message as UCE/Spam Is there anything that I can do to stop getting this error message.
I'm sending emails inviting contacts to login to setup an account on a customers website. I'm using SMTP from web methods in code behind... These emails have clickable links that make them get caught as spam.
Code:
<html><body>Please use this link <a href="http://xxx.yyy.zz.aa/asdfasdf.aspx?invite=' + CAST(@guid as varchar(100)) + '">Click Here</a> to create an account.</body></html>
How can I avoid this?
<asp:HyperLink id="HyperLink1" runat="server" Text="Email" NavigateUrl="mailto:example@mydomain.com" />
This is how I added an email link on my page, but does .net have any built in tool for preventing Robots from finding this address? What is a good way to present an email link that wont be detected by spam robots?
I am sending Email from SMTP server and all my Emails are landed in Junk in Hotmail ,Live and Yahoo. I am not using any Spam like content and following all the guildline to send Emails.
I check on mail to identify the Issues and found quite a few issues below
1) HELO Greeting Check
Description: Email Server HELO is . HELO greeting does not contain a valid domain. We would recommend to have a valid domain in HELO greeting. Ideally HELO greeting should be the same as Email server host name (in FQDN format).
2) BATV (Bounce Address Tag Validation) Check
Description: Email server is not using BATV format while sending out emails. BATV is recommended to ensure that your users do not become a victim of bounce floods.
3) DKIM (Domain Keys Identified Mail) Check
Description: Email does not contain any DKIM/Domain Keys Signature and the published Domain Keys policy rejects such unsigned emails. Therefore it is very likely that your emails are considered SPAM by Email servers verifying Domain keys. Signing your Outbound emails as per your Domain Keys policy will minimize chances of your Email being considered as SPAM.
I send newsletter to all the members of my website, usually i just create simple newsletter with text and hyperlinks
So my times i tried adding images to it but whenever i add images in the newsletter e-mail, the users who are using different mailboxes, either my mail goes in their SPAM folder or if my mail goes in their INBOX then image doesn't show up, it shows a blank space
what's the issue ? what's causing the issue ? code ? or Exchange server on which my website mailbox is for sending e-mail ?
How to solve this issue ?
Almost everyday we recieve newsletters from many websites/companies (there newsletter includes images, colors full templates etc) and still we receive in our inbox and all the images are visible. how ?
i have collection of mails with subject ,and i all the mails should be transfered to the realted dept as according to the subject in emails ?
View 10 Repliesget this error when I try to send HTML mails: A potentially dangerous Request.Form value was detected from the client (TextBox2="...ml in it. <b>This is bold</b> ...").
[Code]....
I am working on asp.net 3.5 in C#. In my application I have to Create folder and upload file in that folder, which works fine on my machine. I want help for create folder and upload file in that folder on other machine which is connected in LAN. code for create folder and Upload file on my machine
string FileName = FileUpload1.FileName;