wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
735 stars 714 forks source link

Emails don't have the default logo shown in the email template branding section #17135

Closed pavinduLakshan closed 8 months ago

pavinduLakshan commented 9 months ago

Describe the issue:

When email template branding is not configured, emails sent from the IS don't have the default logo.

Screenshot 2023-10-23 at 13 17 18

How to reproduce:

  1. Get a fresh IS pack.
  2. Sign into the console and enable self sign up
  3. Perform self signup with the console.
  4. Observe the confirmation email sent from the IS.

Expected behavior:

Default email notifications should have the wso2 logo in emails.

Environment information (Please complete the following information; remove any unnecessary fields) :


Optional Fields

Related issues:

Suggested labels:

mpmadhavig commented 8 months ago

It was found out that the src tag for the logo contains a identity server specific URL [1] which cannot get resolved by another email server. This issue would not be reproducible in the prod environment as the IS host can be resolved by the email server.

As this is not a production affected case, closing the issue.

[1] https://localhost:9443/console/libs/themes/default/assets/images/branding/logo.svg