Question:To send a mail, Which of the following statement should be used?
A Send_mail("test@example.com", "This is a subject", "This is the mail body")
B mail("test@example.com", "This is a subject", "This is the mail body")
C mailto:("test@example.com", "This is a subject", "This is the mail body")
D mail_SUB:("test@example.com", "This is a subject", "This is the mail body")
+ AnswerB
+ Report