Topic: Email Address in Company Set Up
The email address in comany set up will not accomodate my email address, it is set to 25 whereas all other email fields are set to 50.
admin/company_preferences.php line 170
email_row_ex(_("Email Address:"), 'email', 25, 55);
email_row_ex(_("BCC Address for all outgoing mails:"), 'bcc_email', 25, 55);
to
email_row_ex(_("Email Address:"), 'email', 50;
email_row_ex(_("BCC Address for all outgoing mails:"), 'bcc_email', 50);
This bring them into line with the 3 other places email can be entered.
Cheers
G