Author |
|
steve Newbie
Joined: 09 September 2008 Location: Canada
Online Status: Offline Posts: 11
|
Posted: 07 October 2008 at 10:45am | IP Logged
|
|
|
We are using your Webmail Pro (php version) and noticed that there is a potential issue when selecting a group of recipients in the auto-populate of the to, cc and bcc fields. If you had say 100 users in your group and attempted to select that group to send an email to, while it would populate the to field when the email was saved or sent the field in the database would truncate at 255 characters (as it's a varchar 255). We could change the field to be a longtext field to correct this error. But if the client had say 1000 email addresses in a group the to, cc or bcc fields may have issues with too much text in the field when the form / email was saved or sent.
Are you planning a method in which to address this issue?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 October 2008 at 2:35am | IP Logged
|
|
|
Message information stored in database is used only for displaying message list and for search purposes. But when it's necessary to display message or process it in any other way, addresses are obtained from the message file itself, not from the database. Thus, we believe there is nothing to worry about here.
Regards,
Igor.
|
Back to Top |
|
|
steve Newbie
Joined: 09 September 2008 Location: Canada
Online Status: Offline Posts: 11
|
Posted: 08 October 2008 at 7:23am | IP Logged
|
|
|
Hi Igor:
In our case we are only using the database. There are no files in the system. So when displaying a sent email you would have this issue.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 09 October 2008 at 1:41am | IP Logged
|
|
|
In case of storing messages in a database, the same .eml files are stored in the database instead of filesystem. So it makes no difference.
Regards,
Igor.
|
Back to Top |
|
|
steve Newbie
Joined: 09 September 2008 Location: Canada
Online Status: Offline Posts: 11
|
Posted: 09 October 2008 at 2:49pm | IP Logged
|
|
|
Hi Igor:
Okay so just to confirm, I have a client who has an email group with about 1200 email addresses in the group. So he can type in the group name in the to field; auto-populate will be able to copy that string of approx 23,000 characters into the to field. Then when the email is sent it will be sent to the 1200 recipients. The sent entry in the database will have all the to addresses in it? So when he goes back to review the sent email when it loads it will show the 1200 email address in the list as well?
Thanks for your help. :-)
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 10 October 2008 at 4:00am | IP Logged
|
|
|
Yes, that should work in this way. However, there're two "sent entries" in the database. The first one is trimmed down and used for displaying messages list and search, the second one (contained in full MIME source stored in the database) is full and used for displaying message.
Best regards,
Andrew
|
Back to Top |
|
|
steve Newbie
Joined: 09 September 2008 Location: Canada
Online Status: Offline Posts: 11
|
Posted: 10 October 2008 at 7:16am | IP Logged
|
|
|
Thanks Andrew
|
Back to Top |
|
|