Author Topic: Mercury  (Read 1754 times)

0 Members and 1 Guest are viewing this topic.

DocFirestorm

  • Guest
Mercury
on: Thu, 26. February 2004 - 18:03:37
Hello!

I have a question about mercury mail server. i'm using a window 2003 server with a mercury mail server. when i write a "normal" php mail(); the recipient is receiving the mail. when i use vlib mail in the mail server statistics the mail is sent but it doesn't come to the recipient. My question now is - could it be that there is a problem with vlib

if so can somebody tell me an alternative to mercury for windows

DF

releasedj

  • Guest
Mercury
Reply #1 on: Wed, 03. March 2004 - 00:34:11
Hard to say.

I haven't ever tried Mercury as I usually work on Linux.

I would first suggest trying to apply the windows bugfix, this is achieved by passing through a true value on instantiation, i.e.:

$mail =& new vlibMimeMail(true);

If this doesn't work try posting the headers from the output produced by the get() method, and also it might be worth giving us your php version.

Regards,

Kelvin

DocFirestorm

  • Guest
Mercury
Reply #2 on: Wed, 03. March 2004 - 07:32:57
Thx for your answer!

I tried a lot to configure mercury but i didn't work. So I search and found hamster - and this was no problem. Maybe you can use it for further questions about this.

DF

releasedj

  • Guest
Mercury
Reply #3 on: Wed, 03. March 2004 - 10:54:46
Thanks.