Author |
|
soccer2d Newbie
Joined: 02 May 2007 Location: United States
Online Status: Offline Posts: 11
|
Posted: 26 February 2009 at 8:49am | IP Logged
|
|
|
I have been sending emails for a while using mailbee's smtp email and sending to the IIS Pickup folder. I was thinking about switching to mailbee queue so it sends directly from the SMTP server of the client. However I am always getting a missing recipient error message when in the queue, even with the same email that I can send using the oMailer.SmtpServers.Add(,,) method with the authentication set to SasLogin. Any Suggestions I have the queue set with the same smtp server same login information and the login method set to LOGIN.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 26 February 2009 at 9:18am | IP Logged
|
|
|
Do you get error messages in MailBee.NET SMTP (when calling Smtp.SubmitToPickupFolder) or in MailBee Message Queue (in its log)?
Also, are you using the latest versions of both?
Regards,
Alex
|
Back to Top |
|
|
soccer2d Newbie
Joined: 02 May 2007 Location: United States
Online Status: Offline Posts: 11
|
Posted: 26 February 2009 at 12:46pm | IP Logged
|
|
|
I was not including the Recipient collection to the submit function. But I am now getting a very high spam rate when the email is received many providers such as yahoo, and hotmail are putting the emails in the junk box. Any Suggestions?
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 27 February 2009 at 3:22am | IP Logged
|
|
|
Often, antispam systems add special headers (like X-Spam-Status) to verified messages which allow learning the reason spam scores were assigned for. Take a look at the headers of the verified (and marked as junk) messages to learn what's wrong.
Also, this tool should be useful to you.
Best regards,
Andrew
|
Back to Top |
|
|