Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

SMTPClient ever send HTML mail to Junk Folder

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lázaro - 24 Oct 2007 08:47 GMT
Hi everyone

I've a simple ASP.NET Page that send a email using smtclient. The server is
a Exchange and use my credentials to autentificated.

The problem is that the send mail appear in the junk email folder.

Any idea.

Thanks
Aidy - 24 Oct 2007 09:19 GMT
Then the content of the mail is structured such that the mail server
receiving it thinks it is spam.  Change the content of your e-mail, anything
with (for example) just a subject, a link and some text is normally flagged
as spam.

> Hi everyone
>
[quoted text clipped - 7 lines]
>
> Thanks
Lázaro - 24 Oct 2007 09:47 GMT
Thanks Aidy.

You have reason, the content or subject is important, but I make probes
sending simple HTML to me from me, but the mail goes to junk folder.

This is the HTML content:
<html>
<body>
<h1>Email Test</h1>
<div>That's is a simple mail test</div>
</body>
</html>

MailMessage msg = new MailMessage();
msg.To.Add("lazaro@cmips.com");
msg.From = new MailAddress("lazaro@cmips.com");
msg.IsBodyHtml = true;
msg.Subject = "Email Test";
msg.Body = "<html>......";
SmtpClient server = new SmtpClient("*.cmips.com");
smtpClient.Send(msg);

If you know something about this, thank you, if not don't tasted your time.

Bye

> Then the content of the mail is structured such that the mail server
> receiving it thinks it is spam.  Change the content of your e-mail, anything
[quoted text clipped - 12 lines]
> >
> > Thanks
Aidy - 24 Oct 2007 10:06 GMT
Small messages such as the ones you are sending are often flagged as spam.
As a text, grab a random email from your inbox that is a bit longer and send
the text in that as a test and see if it goes to spam.

> Thanks Aidy.
>
[quoted text clipped - 42 lines]
>> >
>> > Thanks
Lázaro - 24 Oct 2007 10:31 GMT
I take the source HTML from a Microsoft Mobile news eMail and..... that's
right...the mail goes to Inbox folder.

Thank you very much, I don't lost my time and your time, i goes to this way.

Bye

> Small messages such as the ones you are sending are often flagged as spam.
> As a text, grab a random email from your inbox that is a bit longer and send
[quoted text clipped - 46 lines]
> >> >
> >> > Thanks
Mark Rae [MVP] - 24 Oct 2007 10:16 GMT
> You have reason, the content or subject is important, but I make probes
> sending simple HTML to me from me, but the mail goes to junk folder.

Have you inadvertently added your own address to your spam filter...?

Signature

Mark Rae
ASP.NET MVP
http://www.markrae.net

Lázaro - 24 Oct 2007 10:28 GMT
That's a good cuestion, I'm going to talking to systems guys..., I wrote
about this more latter

Thanks

> > You have reason, the content or subject is important, but I make probes
> > sending simple HTML to me from me, but the mail goes to junk folder.
>
> Have you inadvertently added your own address to your spam filter...?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.