1
vote
1answer
244 views

php mail with PDF attachment header causes to go into just mail

I have a webform that generates a PDF which is emailed to me upon submission but the email keeps getting filtered to the spam for folder. I suspect that the something is wrong in the email header but ...
0
votes
0answers
188 views

function not working after saving pdf from TCPDF

I am trying to save a e-ticket pdf with TCPDF . After successfully saving the pdf file to my tickets directory,I need to mail the customer about the journey details . But this function is not ...