Is there some header or mime-type that I'm missing?
Here's my code:
Dim mailmsg as new MailMessage()
mailmsg.body="here is a link http://www.davidson.edu/"
mailmsg.from = "someuser@dotnet.itags.org.davidson.edu"
mailmsg.to = recipient
mailmsg.Headers.Add("Reply-To", "someuser@dotnet.itags.org.davidson.edu")
mailmsg.subject = "subject"
smtpmail.smtpserver="localhost"
smtpmail.send(mailmsg)I have dealt with this issue before. Mail gets rated by something (ie Barricuda, of some piece of mail evaluation software) Then the mail gets graded in points, depending on the amount points it gets will determine whether or not it gets flagged as junk. For instance you get points for not having your MIME header set correctly as well as not having a defined content type etc.
0 comments:
Post a Comment