bizzlesnaff / mwenhanced

Automatically exported from code.google.com/p/mwenhanced
0 stars 1 forks source link

SMTP work perfectly with mercury and XAMPP 1.7.3 But..... #206

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi wilson,
i use your tutorial to setup smtp and account activation section, i spend lots 
of time to run this finally after all mercury debugging and lots of 
reconfiguring everything, i use one sample php code and discover that all of my 
mercury setting is working perfectly, because by reading my php with apache an 
email appear in my gmail inbox, and in mercury log files, theres a lots of 
message which show me every things is correct , in that time when i use my 
MangoesWeb enhanced "create new account" link  and fill all the required fields 
and push create button the MWE say send a email which contain a activation key 
but in mercury smtp server log the only thing i can see is:

Connection from 127.0.0.1, Mon Nov 01 23:06:12 2010
EHLO 127.0.0.1
AUTH LOGIN
0 sec. elapsed, connection closed Mon Nov 01 23:06:12 2010

and my mercury SMTP client log is empty

and when i use my php file mercury smtp server log was:

Connection from 127.0.0.1, Mon Nov 01 23:07:20 2010
HELO edi-lt
MAIL FROM:<postmaster@localhost>
RCPT TO:<EdrisSaberi@Gmail.com>
DATA
DATA - 7 lines, 161 bytes.
QUIT
0 sec. elapsed, connection closed Mon Nov 01 23:07:20 2010

and mercury smtp client log was:

01 Nov 10 23:07, Servicing job MO000002... OK.

,
so would you please help me to figure out what's the problem?

Original issue reported on code.google.com by EdrisSab...@gmail.com on 1 Nov 2010 at 7:39