I have a request system that sends automatic e-mail to the representatives with an attachment of a pdf file made in fpdf, but now the company requested that instead of sending automatic I would use outlook as an alternative to send, of receipt and confirmation and would keep a history in the outllok until the request is made, I speak outlook
since all the users who use the system have it installed in the machines. I know that in C# asp.net
this is possible, but in PHP
I did not find anything related to the subject.
Or is there a library in php that could use similarly to webmail that could be called every time we complete an order?
I'm using this link to send it up to fill in the recipient's email and subject, but does not attach the automatically generated pdf.
<a href="mailto:[email protected]?subject=Envio de pedido&body=Por favor atentar aos ítens">Enviar</a>