ISSUE SUMMARY:
When sending MAIL TO ALL MEMBERS OF GROUP it is not send out. Tried this path from Dimas, but still no mail send out:-(
case 'sendmail' :
$sendIt = $params->get('etype_groups_sendmail');
break;
www.jomsocial.com/forum/groups/28575-ema...o-member-not-sending
STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER
HI, Keld.
But did you applied changes suggested by Dimas here:
www.jomsocial.com/forum/groups/28575-ema...r-not-sending#139315
Not sure what you mean by "Tried this path"...
Hi Michael,
Yes - tried Suggested change by Dimas. (He' call it a patch, so thats why i call it the same)
The whole code change in this file components/com_community/libraries/notification.phpapplied is here;
case 'join':
default:;
break;
case 'sendmail' :
$sendIt = $params->get('etype_groups_sendmail');
break;
}
Hi, Keld.
Then I assign Dimas to this thread.
HI, Keld.
Isn't it the same issue:
www.jomsocial.com/forum/groups/26825-gro...-message-not-working
Yes Michael, it is the same issue as in
www.jomsocial.com/forum/groups/26825-gro...-message-not-working
Sorry for making double post, but there was a long timespan.
Hi, Keld.
I see, I'm sorry for delay. I hope that patch will fix your issue for good.
Please, test it, and if it will not - post in original thread.
Hej Michal,
Can you please close this tread so that i only have one open tread in
www.jomsocial.com/forum/groups/26825-gro...-message-not-working
Best regards Keld
Hej Michal,
Can you please close this tread so that i only have one open tread in
www.jomsocial.com/forum/groups/26825-gro...-message-not-working
Best regards Keld
Mickals patch here works_
www.jomsocial.com/forum/groups/28575-ema...r-not-sending#139706
.
Now mails is send out to members:-)
Thank you Michal