Questions tagged [mercury-mta]

Mercury Mail Transport System (Mercury MTS) is a standards-compliant mail server developed by David Harris, who also develops the Pegasus Mail client.

About Mercury

Mercury Mail Transport System (Mercury MTS) is a standards-compliant donationware (was freeware prior to January 2007) mail server developed by David Harris, who also develops the Pegasus Mail client.

There are two versions of Mercury with similar functionality. One, Mercury/32, is a Win32 application running on all 32-bit versions of Microsoft Windows from Windows 98 and Windows NT4 to the latest (as of August 2009) Windows Vista and Windows Server 2008 (Windows XP or Windows Server 2003 are recommended). The other is a set of NetWare Loadable Modules (NLMs) which runs on all versions of the Novell NetWare network operating system (NOS) from 3.x to 6.x (current as of August 2009). Either version can act as a mail server for a LAN; both have additional support for some NetWare LAN features.

Mercury is a fully independent mail server and can provide email services to all standards-compliant email clients, such as Eudora or Microsoft Outlook. Both versions of Mercury are highly modular, allowing support for different sets of Internet protocols to be installed as required. Mercury can also be installed tightly integrated with Pegasus Mail. The combination of Pegasus/Mercury is similar to the mail aspects of Microsoft Outlook/Microsoft Exchange Server.

Further reading

16 questions
10
votes
1 answer

Install Mercury after XAMPP installation

I have initially installed XAMPP without checking the Mercury installation. Of course, the module shows-up in the XAMPP Control panel but is disabled and there is no mean to install it from there. How should I do without re-installing the whole…
Ginger Opariti
  • 1,282
  • 5
  • 23
  • 41
3
votes
2 answers

Can't send mail using Mercury XAMPP

Please, help! Can't send mail using Mercury, also mail() function in php doesn't work. The setups are here. I've been looking though various guides, tryed different setups in Mercury, but nothing worked. My php.ini file setup is the following: SMTP…
parsecer
  • 4,758
  • 13
  • 71
  • 140
2
votes
2 answers

Send email to Marucry XAMPP localhost from Outlook 2007

I am trying to setup email in XAMPP with Mercury mail. However I have done all part and configured in outlook 2007. But when I am trying to send email from localhost email id to other localhost email id, outlook not sending by saying Outlook does…
Code Lover
  • 8,099
  • 20
  • 84
  • 154
2
votes
1 answer

Mercury: sending email from localhost

I configured my Mercury (on local PC with Windows 7 professional) step-by-step following http://www.open-emr.org/wiki/index.php/Mercury_Mail_Configuration_in_Windows, using smtp.gmail.com as external server. I then sent a test email to my gmail from…
user3334714
  • 151
  • 2
  • 2
  • 8
2
votes
4 answers

why php mail function not work in xampp

I have problem i use xampp . i want check mail form but i can't see any result . i config Mercury/32 like this tutorial in this site : http://system66.blogspot.com/2010/01/how-to-send-mail-from-localhost-with.html i check email by outlook it's work…
Good Boy
  • 51
  • 1
  • 1
  • 6
1
vote
0 answers

Sending Email in Java. No Errors but no mail in the mailbox

Im currently working on a small Java Programm that should send a generic email from my adress to my adress. I use XAMPP Mercury as smtp Server. When I run the programm the code says "Sent message successfully...." But my Mailbox stays empty. Here…
1
vote
0 answers

How do I install additional XAMPP default applications after XAMPP is already installed

Whilst recently installing XAMPP I only installed some of the default applications (specifically: Apache, MySQL, PHP and phpMyAdmin). I now need to make use of more default applications and would like to install Mercury and Fake Sendmail. My…
Arman Nisch
  • 1,132
  • 11
  • 11
1
vote
1 answer

Send mail from local machine mail server to gmail or other mail server in java

I have following code import java.util.*; import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; public class SendEmail { public static void main(String [] args) { // Recipient's email ID needs to be mentioned. …
Ravi
  • 30,829
  • 42
  • 119
  • 173
1
vote
0 answers

How to configure Mercury Mail Transport System for Zend Server?

I have just installed Mercury Mail Transport System 4.73, along with Zend Server 6. I wonder what configurations need to be done in order for me to use the mail() function in PHP. I can see that in php.ini, SMTP has been set to localhost and…
Chong Lip Phang
  • 8,755
  • 5
  • 65
  • 100
1
vote
1 answer

Xampp Mercury Localhost Outlook 2010 Not Working

Environment: Windows 7-64 Ultimate, Xampp 3.2.1, Mercury, Outlook 2010. I have gone through a few tutorials on how to set up Xampp Mercury for Localhost email functions using outlook Express as the test email app. The ultimate purpose is to test…
HDer
  • 385
  • 5
  • 17
1
vote
3 answers

JavaMail API connection to Mercury Mail server error

I am trying to connect to Mercury mail server with a java application and I am using JavaMail api. The connection is not successful and I’m getting this error in the log: EHLO x.x.x.x 554 Invalid HELO format Which means that it connects to the…
Fred Jand
  • 699
  • 7
  • 25
0
votes
1 answer

Can't send mails from xampp localhost

I'm running a server on my machine but i'm unable to send emails via mail() php function. Mercury server is also running in background. This is the configuration of my php.ini file [mail function] ; For Win32 only. ; http://php.net/smtp SMTP =…
siannone
  • 6,617
  • 15
  • 59
  • 89
0
votes
0 answers

Can't to send email from php

I have problem with send mail from php: I have config mercury and sent success mail at display program mercury, but in php, mail sent but not received. this is my php code: $to = "my_email@gmail.com"; $subject = "Test email from localhost with…
Chien
  • 5
  • 6
0
votes
0 answers

How to self-send an email with XAMPP-Mercury Mail using php

I've been searching a lot, but can't really find what i exactly need. Im running a shop-online using XAMPP, and what i want is send emails to the customers with their order but using a specific function. What this fuction does, is to hide some…
Nighthunter22
  • 273
  • 5
  • 19
0
votes
1 answer

How to configure XAMPP's Mercury to send external mails?

How to configure XAMPP's Mercury to send external mails using PHP's mail() but without any external SMTP account (such as smtp.gmail.com)? I've been following this tutorial but I guess it's probably outdated, because I still get error: Warning:…
van_folmert
  • 4,257
  • 10
  • 44
  • 89
1
2