When I try to contact a member through the profile (e-mail them) I get:
Error!We encountered an error. Please go back and try again.
I also get the same error when I try to send acceptance and rejection letters from the submission page.
The website is running eFiction version 3.5.5.
Any ideas of how to fix this?
Sending messages on the site works in the admin panel.
Admin -> Mail Users
I checked my e-mail for mail failure. My archive's story update messages and messages from the site seem to be mistaken for spam, so they are automatically rejected. How do I fix this?
Mail failure - rejected by local scanning code
![]()
From Mail Delivery System <Mailer-Daemon@p3plcpnl0930.prod.phx3.secureserver.net> on 2023-08-21 07:37
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Hi,
problem with mail servers blocking is FROM adress in your email. It has to be the same as domain.
With contact form is from adress 4th parameter.
else $result = sendemail($penname, $email, $_POST['email'], $_POST['email'], descript(strip_tags($_POST['subject'])), descript($_POST['comments'])."<br /><br />".(isMEMBER ? sprintf(_SITESIG2, "<a href='".$url."/viewuser.php?uid=".USERUID."'>".USERPENNAME."</a>") : _SITESIG), "html");
Sorry, answer above was send without my intention and I am not able to edit it...
forth parameter is $_POST['email'] - what is email of sender. Use there $siteemail if available, or hardcode it with some domain email.