Author |
|
jorgedf Newbie
Joined: 28 June 2012 Location: Chile
Online Status: Offline Posts: 2
|
Posted: 28 June 2012 at 1:47pm | IP Logged
|
|
|
Hi, i can´t send mail to 2 or more groups
when I send an Email to individual addreses no have problems, but how a can send mail to 2 or more groups????
Group 1
1@gmail.com
2@gmail.com
3@gmail.com
Group X
A@gmail.com
B@gmail.com
C@gmail.com
Can I, send a mail calling just (Group X) from de address text box ??
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 28 June 2012 at 11:07pm | IP Logged
|
|
|
To answer this, I need to know whether it's about ASP.NET or PHP version, as those two differ a lot regarding their functionality.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
jorgedf Newbie
Joined: 28 June 2012 Location: Chile
Online Status: Offline Posts: 2
|
Posted: 04 July 2012 at 6:31am | IP Logged
|
|
|
hi,
My versión is PHP
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 July 2012 at 4:39am | IP Logged
|
|
|
In PHP version, that can be enabled using this plugin. Extract the file so that it is found at data/plugins/add-groups-in-suggest/index.php, and activate the plugin by adding the following line in data/settings/config.php file:
Code:
'plugins.add-groups-in-suggest' => true |
|
|
Note that enabling this functionality results in multiple additional SQL queries which causes an increased load, that's actually why the functionality is disabled by default.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|