Mail send using Admidio are marked as spam

If you aren't speaking german, you can ask for support or post your request here.
Antworten
DdK
Beiträge: 1
Registriert: 15. Feb 2015, 19:40

Mail send using Admidio are marked as spam

Beitrag von DdK »

Hi,

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); 
I hope this will help other who have the same kind if problems.

Regards,
David
Benutzeravatar
fasse
Administrator
Beiträge: 6170
Registriert: 12. Nov 2005, 16:06

Re: Mail send using Admidio are marked as spam

Beitrag von fasse »

Hi David,

but as I thought the reply-to address was designed for that case that another email-adress is used for a reply and not the send adress.

Fasse
Antworten