Jump to content

PHPmailer and digital signatures


micah1701

Recommended Posts

I recently noticed in an e-mail i received in my gmail account showed the line "Signed-by: domainname.com" along with the simplified header information.  I became curious to find out more and learned a bit about DomainKey-Signatures and e-mail authentication.  So now I want to implement this in my own mail sending php applications.

 

I have an app that uses the phpmailer class to send multi-part e-mails.  I want to modify the headers so that email clients can validate the legitimacy of the mail they receive from my site.

 

So, where do I start?  I have an SSL certificate for my site, do I need to use that at all?

 

Thanks for any help pointing me in the right direction

Link to comment
https://forums.phpfreaks.com/topic/215728-phpmailer-and-digital-signatures/
Share on other sites

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.