mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #29] E-Mail not displayed on Webinterface #16
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @byteturtle on GitHub (Jul 11, 2021).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/29
Steps to reproduce:
expected behaviour:
actual behaviour:
Starting Open Trashmail
From https://github.com/HaschekSolutions/opentrashmail
6fec905..cc7b184 master -> origin/master
Updating 6fec905..cc7b184
Fast-forward
web/api.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[+] Starting php
[+] Starting nginx
[+] Setting up config.ini
[i] Active Domain(s): mytestdomain.xyz
[i] Setting up dateformat to: 'D.M.YYYY HH:mm'
[+] Starting Mailserver
[i] Starting Mailserver on port 25
2021-07-11 15:13:15,569 - main - DEBUG - Receiving message from: 1.2.3.4
2021-07-11 15:13:15,570 - main - DEBUG - Message addressed from: mysender@example.com
2021-07-11 15:13:15,570 - main - DEBUG - Message addressed to: ['cyclone-angora@mytestdomain.xyz']
2021-07-11 15:13:15,578 - main - DEBUG - Subject: Test
Mailserver and Addresses have been replaced by example.com, mytestdomain.xyz and 1.2.3.4
@faejr commented on GitHub (Aug 1, 2021):
I'm having the same issue, the API keeps responding with
Invalid Email addressno matter what address I use, but no message is displayed in the frontend about that either.@faejr commented on GitHub (Aug 1, 2021):
Here's the offending line that always turns the
$emailvar into an empty string.github.com/HaschekSolutions/opentrashmail@cc7b18400a/web/api.php (L11-L11)@Dan-Q commented on GitHub (Aug 12, 2021):
Sorry, I reported this in #31 (mine's a dupe). I've put a suggested solution into that issue, which I'm closing now.