I have my code for creating a PDF of a web page which can be downloaded by the user. I want to send this PDF as attachment via mail using Amazon SES.
Thanks in advance!
|
I have my code for creating a PDF of a web page which can be downloaded by the user. I want to send this PDF as attachment via mail using Amazon SES. Thanks in advance!
| |||||
feedback
|
|
I would just output/save the PDF in a temporary location on the server like in /tmp/hello.pdf then attach it to the email:
G | |||
feedback
|