Current time: 11-17-2024, 09:36 PM Hello There, Guest! (LoginRegister)


Post Reply 
Problem with edit email account
Author Message
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #3
RE: Problem with edit email account
Try issue this query:
Code:
SELECT
            t1.*, t2.`domain_id`, t2.`domain_name`
        FROM
            `mail_users` AS t1,
            `domain` AS t2
        WHERE
            t1.`mail_id` = ?
        AND
            t2.`domain_id` = t1.`domain_id`
        AND
            t2.`domain_name` = ?
Replace ? with id of domain who own that email. I can not reproduce it
09-15-2009 04:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem with edit email account - sci2tech - 09-15-2009 04:45 AM

Forum Jump:


User(s) browsing this thread: 5 Guest(s)