I'm trying to implement Admidio into my own website.
My website is hosted by One.com and this is causing me some issues.
It seems one.com limit the amount of mails send from a webform if the senders mailaddress is not a known and valid mail attached to the domain.
You would think, this is not a problem as Admidio has the option to set a default sender address.
That's correct but this causes another problem. If you activate this option, the FROM and REPLY TO address are different and again One.com would mark the mail as spam.
I noticed this by accident as I've an auto forward active on my mailbox and this stopped working. After contact with the support of One.com, I found out it was due to their spam filters...
my workaround:
1) activate the default sender email within the Admidio settings
2) within admidio\adm_program\system\classes\email.php comment out line 237:
Code: Alles auswählen
$this->AddReplyTo($address, $name);
Regards,
David