i'm creating a greeting card online. after a user send create a card, the card's particular will be store in the database. and when the user click send, the system will running by sending the card to the email address. my problem is the card is not sending to the email. The coding is
<form action="mailto:$recipientemail">
or
mail($recipientemail);
what is wrong with my coding.
Thank you