![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Rosali or anyone out there, I am having an issue with identity plugin.
I am able to create a new Identity and then MyRoundcube does send an activation email to the new identity's email but there is no such things like to confirm/activate etc. And when I go back to my MyRoundcube mail, the new identity doesn't show up under identity. But when I look at the database it does save the new identity details. So not sure why it is not pulling up the details, any idea? Thanks |
|
#2
|
||||
|
||||
|
Did you have done anything with the language body file?
Code:
./myplugins/collection/checked_identites/localization/en_US/send_identity_body.html[.dist] May be you have uploaded MyRoundCube by FTP. I have experienced that line end encoding and file encoding are modified by FTP uploading under some circumstances. Can I get FTP access to your MyRoundCube installation? Would make tests easier. Last edited by rosali; 01-06-2009 at 08:46 AM. |
|
#3
|
|||
|
|||
|
Rosali I have sent a PM with the login details.
Please have a look when you get a chance. Regards |
|
#4
|
||||
|
||||
|
Please setup a FTP server (Filezilla is good and free one). It is a pain to code on an English Terminal server with a German keyboard ... and I never would give anybody full access to my dedicated server.
Besides that it should work now. The problem was that you set it to use PHP function mail() to send RC system messages (./myplugins/config/config_plugins.php[.dist]) Code:
/* Use always PHP mail() for system messages */ $rcmail_config['phpmailsysmsg'] = TRUE; |
|
#5
|
|||
|
|||
|
Thank you, it is working well.
I will try to install Filezilla. Regards |
![]() |
| 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 |