• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

DomainKeys in PHP mail();

M

meto

Guest
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?
 
Good Question

I was wondering if anyone has an answer to this?
 
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.
 
Back
Top