USING MICROSOFT WORD
HOW TO USE MAIL MERGE IN MICROSOFT WORD
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Edit Individual Document
|
|
Print Document
|
|
Send email messages
|
|
Preview Presult
|
Detailed explanation-1: -Send as an attachment Click File > Share > Email, and then choose one of the following options: Send as Attachment Opens an email message with a copy of the file in its original file format attached. Send as PDF Opens an email message with a copy of the file in . pdf format attached.
Detailed explanation-2: -You can use ‘mailto:memydomain.com’ in the action field of the form. When the user presses the submit button of the form, the browser will first show a warning box that the user’s email address will be revealed to the recipient.
Detailed explanation-3: -php $email from = ‘yournameyourwebsite.com’; $email subject = “New Form submission"; $email body = “You have received a new message from the user $name. ". “Here is the message:$message". ?> The ‘From’ address, the subject and the body of the email message are composed in the code above.