내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Email notification not sent for a community group

Avatar

Level 1

Hi,

We are using AEM 6.2 and we have an issue on communities.

We have a community group where the users post the messages by clicking on email subscriptions, notifications while posting new messages.

We find that none of the users subscribed to this community group doesn't receive any email notifications. They need to go to communities and check if anything has been posted.

We don't see any kind of logging which says email notification has been sent. Also not sure if we need to configure any specific loggers for this to debug.

We need help on this issue.

Appreciate comments, feedback

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hello Jayan,

In windows service, you would need to make it output stdout. This article might help.

OR

you can use dummy SMTP to test the emails - FakeSMTP – FakeSMTP - Dummy SMTP server for developers

Regards,

Vishu

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Employee

Hello,

You can enable "Debug email" in com.day.cq.mailer.DefaultMailService config and replicate the issue.

Regards,

Vishu

Avatar

Level 1

Thank you for the reply.

We have already enabled the "Debug email" checkbox, but doesn't see in the error.log.

I have read somewhere that the output is logged into stdout.log. But the AEM instance is running as a service, not sure where these messages will be logged into.

Avatar

정확한 답변 작성자:
Employee

Hello Jayan,

In windows service, you would need to make it output stdout. This article might help.

OR

you can use dummy SMTP to test the emails - FakeSMTP – FakeSMTP - Dummy SMTP server for developers

Regards,

Vishu