Hi,

We've a scenario where we want to populate the database for all our users as we want to migrate from an existing database. One of our requirements is we want to populate the inbound_email settings for everybody in the database.

I've figured out how to encrypt the email_password but the 'id' field in the inbound_email table mystifies me. I don't know how it is getting created or if I create any random alpha numeric number, it will work.

I understand a 32 bit id is created everytime any user creates an inbound mail account. Also if we add to the inbound_email table, is it sufficient or other tables need to be affected as well?

I'm using 5.0.0e .

Thanks in advance !