DNNCommunity / DNNCommunity/DNN.FormAndList

Checked.gif / Unchecked.gif images in emails are always served as http instead of https

Open
#93 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
27
Forks
20
PR merge metrics
No merged PRs in 30d

Description

## Describe the bug
If you sent an email from a website with SSL certificate, the checked.gif / unchecked.gif are always sent as http://. In our case, the website is highly secured behind firewalls, WAF and you name it so the recipients doesn't see the checkboxes in their email.

## To Reproduce
Steps to reproduce the behavior:
1. Add a true/false type field in a website with SSL
2. Submit the contact form
3. Receive the email
4. Inspect the email code

## Expected behavior
Images should be delivered as https://..../images rather than http://...../images

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.