Author |
|
slap Newbie
Joined: 16 May 2007 Location: United States
Online Status: Offline Posts: 7
|
Posted: 23 May 2007 at 4:34pm | IP Logged
|
|
|
I am using Mailbee for .Net and I am having a problem sending to external email addresses (in this case GMail).
I get this message from our mail server (edited for sensitivity purposes):
mygmailaddress@gmail.com on 5/23/2007 3:29 PM
The message contains a content type that is not supported
<ourmailserver.ourdomain.com #5.6.1 smtp;554 5.6.1 Body type not supported by Remote Host>
I checked Mailer.Message.ContentType right before it is sent and it is "text/plain". I also noticed that this is read-only. We can send internal emails just fine, but external are not working. Is there a setting I am missing? Is it our mailserver?
Thanks
|
Back to Top |
|
|
slap Newbie
Joined: 16 May 2007 Location: United States
Online Status: Offline Posts: 7
|
Posted: 23 May 2007 at 4:43pm | IP Logged
|
|
|
Also, I am told that the message is sent successfully.
|
Back to Top |
|
|
slap Newbie
Joined: 16 May 2007 Location: United States
Online Status: Offline Posts: 7
|
Posted: 23 May 2007 at 5:08pm | IP Logged
|
|
|
Nevermind, I solved it with this.
server.SmtpOptions = SmtpMail.ExtendedSmtpOptions.No8bitAndBinary
Supposedly it is the default setting in the newest MailBee according to this
http://www.afterlogic.com/forum/forum_posts.asp?TID=1332&PN= 2
But I had to set it manually. Anyway, it works now.
|
Back to Top |
|
|