![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
This is what I did to insert my email addresses from Squirrelmail into roundmail, providing yuor squirrelmail address are saved into a MySQL table
Just change your owner name from Michael to <your owner name> and your user_id to <your roundcube user_id> Code:
INSERT INTO roundcube.contacts( name, firstname, surname, email, user_id ) SELECT nickname, firstname, lastname, email, '2' FROM squirrelmail.address WHERE owner = 'michael' ORDER BY lastname ASC |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |