Computer Science, asked by Ahujariya3426, 11 months ago

Which of the following statements is used to add an attachment to the mail?
A.$mimemail->attachment(‘attachment.pdf’);
B.$mimemail=>attachment(‘attachment.pdf’);
C.$mimemail->addAttachment(‘attachment.pdf’);
D.$mimemail=>addAttachment(‘attachment.pdf’);

Answers

Answered by Anonymous
1
_____✨ HEY MATE ✨_____

➡️ Option (C) $mimemail >addAttachment(‘attachment.pdf’); is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️
Answered by qwcricket10
0

Option(C) $mimemail->addAttachment('attachment.pdf'); is used to attachment to the mail.

  • Through electronic device messages between people pa-ss with the help of email.
  • Through email users can send any type of data, it can be text, audio, video, or image.
  • When a user wants to send an image or other files then he sends it as an attachment.
  • To attach an attachment to the mail the addAttachment() is called.
  • Here option(C) is correct.
Similar questions