spam filters and other mail problems
-
Hi,
Last year just before christmas I found a bug which screwed up many ecards. This year I feel spamfilters are gonna be a problem, as the last couple of month I’m seeing a lot of rejected emails.
Mail servers (spam filters) returning ecard mails undelivered due to not meeting IPv6 guidelines re ptr records (gmail), DMARC policy (yahoo), and I’ve seen the DKIM problem too. I know DKIM is supported by phpmailer. It needs adding DKIM info to the email, and some DNS setup. Do you have any knowledge about that?
Another problems is the mailreturnpath which adds the address to $mail->From and $mail->AddReplyTo
Apparently the AddReplyTo should match the (static) Sender ?
If I use mailreturnpath, then all denied emails, non-existing address failures and recipient replies come to me.
If I don’t use it, then the system (also depending on static sender I think) uses the email entered on the form as the sender/from and also in the replyto, but maybe many emails are never delivered at all (I used this setting before and saw too many unopened ecard links)
What I’d like to have is all the the spamfilter messages back to me, but the rest to whoever created the ecard.
How do the pro ecard sites handle all of this stuff?? Perhaps use a service like postmarkapp.com ?
- The topic ‘spam filters and other mail problems’ is closed to new replies.