简体   繁体   中英

How can I send a signed/encrypted Message with laravel?

Laravel uses a self-written api for switfmailer. In swiftmailer you can attach a signer with your own pem certificate and a private key: https://swiftmailer.symfony.com/docs/messages.html#signed-encrypted-message

I would like to self sign an email, but I dont't know, how I can do that in Larvel. Google didn't help me either.

这些类和方法存在于供应商目录中,因此您可以在Laravel中以相同的方式使用它(我认为这部分代码可能是从Symfony中获取而没有任何修改)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM