What type of headers have to add in the mail function in
which file a attached?
Answers were Sorted based on User's Feedback
Answer / ansar
$headers = "Content-type disposition :attachmet
filename = 'filename.txt' "
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / devendrarjadav
To attach a file we must add the following header
as "\nMIME-Version: 1.0\n Content-Type: multipart/mixed"
| Is This Answer Correct ? | 3 Yes | 3 No |
How long is csrf token?
What are the main error types in php?
How to download file in php?
What’s the special meaning of __sleep and __wakeup?
What are the delimiters in php?
What is $_ get?
What exactly is PHP?
The left association operator % is used in PHP for?
What is static method php?
Can I use php in html?
What do you mean by having php as whitespace insensitive?
How to set session.gc_divisor properly?