Author |
|
Guests Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 22 December 2004 at 1:44am | IP Logged
|
|
|
Hi - My emails sent with Mailbee SMTP are often being rejected by spam checkers with "Headers are consistent with SPAM" and other similar messages in the header. THe only thing I can see that might be doing this is the X-Mailer entry but I can't override this with my own value. Can this be done and are there other things I can do to avoid messages being rejected as spam? The content certainly isn't spam...
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 22 December 2004 at 6:58am | IP Logged
|
|
|
You can use SMTP.Message.XMailer property to write new value into X-Mailer header.
...
SMTP.Message.XMailer = "My mailer"
...
Also, make sure your mail server sets Message-ID header value, and this happens BEFORE mail reaches spam checker. Usually mail server themselves set this header in the message but if this is disabled in the server config, enable it back.
Regards,
Alex
|
Back to Top |
|
|