please see attached file to look at the MySQL log
I am using MySQL as my external database
IMail sends a \ instead of \\ when it creates the record in MySQL
this causes the record to store say
c:imailuserstestuser
instead of
c:\imail\users\testuser
--
I modified the EZSignup code (see ezsignup-action.gif attachment)
this works fine, as can be see from the UPDATE line in the mysql-log
viewing the data in the MySQL database shows that it was entered correctly
--
BUT, when the user first logs on another UPDATE command is issued and that
field is set back to no \ by IMail
I guess when IMail creates that directory it does an UPDATE??
any way to get around this?
can I create the directory myself in code?
also, the user is not sent an initial email from postmaster... anything to
do with it??
I think my JMail is broken in some way
thanks in advance
Chris
mysql-log.gif
ezsignup-action.gif