notifyall in test mode #369
No reviewers
Labels
No labels
2018.09
2019.01
2019.03
2019.06
2019.09
2019.12
2020.03
2020.06
2020.09
2020.12
2021.03
2021.07
2021.09
2022.02
2022.06
2022.09
2022.12
2023.04
2023.05
2023.09
2024.03
2024.06
2024.09
2024.12
dependencies
Hackathon 2021
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-addons#369
Loading…
Reference in a new issue
No description provided.
Delete branch "20160906-notify"
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?
for friendica/friendica#2764
noreply
this also might need reflection in friendica/friendica#2768 so this needs to be decided before the other PR is merged.
Okay. I copied the new code manually into my notifyall.php and did some tests. If email is set in site settings the mail is delivered from that address to the admin's email account. If email isn't set the mail is delivered from noreply... to the admin's email account. So, I think it is working like expected.
I've added a
DISTINCT
to the SQL query so that if one email address is used for more then one account the notification mail is only send once to that address.