When using the module from Question 6, which of the following statements actually sends the e-mail? (Assume the hash that contains the information is named %mailinfo).
a. mail{ %mailinfo} ;
b. send{%mailinfo} ;
c. sendmail [ %mailinfo ] ;
d. None of the above.