PDA

View Full Version : DomainKeys in PHP mail();


meto
7th May 2008, 08:00 AM
Although DomainKeys are great function and work just excellent, one problem just pop to my head - what about mail() function in php? I've checked and mail is not signed from it, therefore mailserver sends it form @domain.com which _domainkey.domain.com DNS entry says that ALL emails are signed. Anyone have a solution? Parallels maybe?

XenoDave
16th May 2008, 12:46 PM
I was wondering if anyone has an answer to this?

meto
16th May 2008, 02:56 PM
As you can see nobody - bump!

However i have some kind of workaround: i use SMTP to sand mail via forums and scripts that have implemented it.