QUESTION #1

Which uAdmin function sends email using system configured variables?

A. uadmin.SendEmail
B. uadmin.EmailSend
C. uadmin.SendToEmail
D. uadmin.EmailToSend


QUESTION #2

What are the required uAdmin functions for sender email configuration?

A. From, Username, Password, SMTPServer, SMTPServerPort
B. SenderEmail, EmailSent, SendingEmail, SendToEmail, SendEmailToReceiver
C. EmailFrom, EmailUsername, EmailPassword, EmailSMTPServer, EmailSMTPServerPort
D. FromEmail, UsernameEmail, PasswordEmail, SMTPServerEmail, SMTPServerPortEmail


QUESTION #3

What is the structure of your answer in number 1 to be followed in order to send an email?

A. func(to, cc, bcc string, subject, body []string) (err error)
B. func(subject, body []string, to, cc, bcc string) (err error)
C. func(to, cc, bcc []string, subject, body string) (err error)
D. func(subject, body string, to, cc, bcc []string) (err error)


QUESTION #4

The name of the sender is John Doe.

Which uAdmin function will match the given statement above?

A. uadmin.Name = "John Doe"
B. uadmin.User = "John Doe"
C. uadmin.Username = "John Doe"
D. uadmin.EmailFrom = "John Doe"


QUESTION #5

The username of the sender is mike@email.com and the password is 123456.

Which uAdmin function will match the given statement above?

A. uadmin.Username = "mike@email.com"
        uadmin.Password = "123456"


B. uadmin.EmailUsername = "mike@email.com"
        uadmin.EmailPassword = "123456"


C. uadmin.UsernameEmail = "mike@email.com"
        uadmin.PasswordEmail = "123456"


D. uadmin.EmailUsername = "123456"
        uadmin.EmailPassword = "mike@email.com"



QUESTION #6

The SMTP server address is smtp.gmail.com and the SMTP Port is 465.

Which uAdmin function will match the given statement above?

A. uadmin.SMTPServerAddress = "smtp.gmail.com"
        uadmin.SMTPPort = 465


B. uadmin.EmailSMTPServerAddress = "smtp.gmail.com"
        uadmin.EmailSMTPPort = 465


C. uadmin.EmailSMTPServer = "smtp.gmail.com"
        uadmin.EmailSMTPServerPort = 465


D. uadmin.SMTPServer = "smtp.gmail.com"
        uadmin.SMTPServerPort = 465



QUESTION #7

The name of the sender is Allen Dale. His username is allen.dale@email.com and password is dale123.

Which uAdmin function will match the given statement above?

A. uadmin.EmailFrom = "Allen Dale"
        uadmin.EmailUsername = "allen.dale@email.com"
        uadmin.EmailPassword = "dale123"


B. uadmin.EmailFrom = "Alien Dale"
        uadmin.EmailUsername = "alien.dale@email.com"
        uadmin.EmailPassword = "dale123"


C. uadmin.FromEmail = "Allen Dale"
        uadmin.UsernameEmail = "allen.dale@email.com"
        uadmin.PasswordEmail = "dale123"


D. uadmin.FromEmail = "Alien Dale"
        uadmin.UsernameEmail = "alien.dale@email.com"
        uadmin.PasswordEmail = "dale123"



QUESTION #8

An email will be sent to abc123@email.com. The subject is Greeting and the message is Hello, my friend!.

Which uAdmin function will match the given statement above?

A. uadmin.SendEmail("abc123@email.com", "Greeting", "Hello, my friend!")
B. uadmin.SendEmail("Greeting", "Hello, my friend!", []string{"abc123@email.com"}, []string{}, []string{})
C. uadmin.SendEmail([]string{"Greeting"}, []string{"Hello, my friend!"}, "abc123@email.com")
D. uadmin.SendEmail([]string{"abc123@email.com"}, []string{}, []string{}, "Greeting", "Hello, my friend!")


QUESTION #9

The name of the sender is David Price. His username is david_price@yahoo.com and password is zymurgy. The SMTP server address is smtp.mail.yahoo.com and the SMTP Port is 465.

Which uAdmin function will match the given statement above?

A. uadmin.EmailFrom = "David Price"
        uadmin.EmailUsername = "david_price@yahoo.com"
        uadmin.EmailPassword = "zymurgy"
        uadmin.SMTPServer= "smtp.mail.yahoo.com"
        uadmin.SMTPServerPort = 465


B. uadmin.EmailFrom = "David Price"
        uadmin.EmailUsername = "david_price@yahoo.com"
        uadmin.EmailPassword = "zymurgy"
        uadmin.SMTPServer = "smtp.mail.yahoo.com"
        uadmin.SMTPServerPort = 485


C. uadmin.EmailFrom = "David Price"
        uadmin.EmailUsername = "david_price@yahoo.com"
        uadmin.EmailPassword = "zymurgy"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465


D. uadmin.EmailFrom = "David Price"
        uadmin.EmailUsername = "david_price@yahoo.com"
        uadmin.EmailPassword = "zymurgy"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 485



QUESTION #10

An email will be sent to gregory@email.com and zachary@email.com with a carbon copy of tim@email.com and a blind carbon copy of mark@email.com. The subject is Field Trip and the message is Hello guys! Are you going to the field trip today?.

Which uAdmin function will match the given statement above?

A. uadmin.SendEmail([]string{"gregory@email.com", "zachary@email.com"}, []string{"tim@email.com"}, []string{"mark@email.com"}, "Field Trip", "Hello guys! Are you going to the field trip today?")

B. uadmin.SendEmail("Field Trip", "Hello guys! Are you going to the field trip today?", []string{"gregory@email.com", "zachary@email.com"}, []string{"tim@email.com"}, []string{"mark@email.com"})

C. uadmin.SendEmail([]string{"tim@email.com"}, []string{"gregory@email.com", "zachary@email.com"}, []string{"mark@email.com"}, "Field Trip", "Hello guys! Are you going to the field trip today?")

D. uadmin.SendEmail([]string{"tim@email.com"}, []string{"mark@email.com"}, []string{"gregory@email.com", "zachary@email.com"}, "Field Trip", "Hello guys! Are you going to the field trip today?")


QUESTION #11

From:


To:


CC:


BCC:


Subject:


Message:

The username of the sender is jane.doe@gmail.com and the password is live0670.

Which uAdmin function will match the given statement above?

A. uadmin.EmailFrom = "Jane Doe"
        uadmin.EmailUsername = "jane.doe@gmail.com"
        uadmin.EmailPassword = "live0678"
        uadmin.EmailSMTPServer = "smtp.gmail.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"rexxar@gmail.com"}, []string{}, []string{}, "Birthday Invitation", "Hello Rexxar! I would like to invite you for my birthday party tomorrow.")


B. uadmin.EmailFrom = "Jane Doe"
        uadmin.EmailUsername = "jane.doe@gmail.com"
        uadmin.EmailPassword = "live0670"
        uadmin.EmailSMTPServer = "smtp.gmail.com"
        uadmin.EmailSMTPServerPort = 485
        uadmin.SendEmail([]string{"rexxar@gmail.com"}, []string{}, []string{}, "Birthday Invitation", "Hello Rexxar! I would like to invite you for my birthday party tomorrow.")


C. uadmin.EmailFrom = "jane.doe@gmail.com"
        uadmin.EmailUsername = "Jane Doe"
        uadmin.EmailPassword = "live0670"
        uadmin.EmailSMTPServer = "smtp.gmail.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"rexxar@gmail.com"}, []string{}, []string{}, "Birthday Invitation", "Hello Rexxar! I would like to invite you for my birthday party tomorrow.")


D. uadmin.EmailFrom = "Jane Doe"
        uadmin.EmailUsername = "jane.doe@gmail.com"
        uadmin.EmailPassword = "live0670"
        uadmin.EmailSMTPServer = "smtp.gmail.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"rexxar@gmail.com"}, []string{}, []string{}, "Birthday Invitation", "Hello Rexxar! I would like to invite you for my birthday party tomorrow.")



QUESTION #12

From:


To:


CC:


BCC:


Subject:


Message:

The username of the sender is robin_charles@yahoo.com and the password is dec061971.

Which uAdmin function will match the given statement above?

A. uadmin.EmailFrom = "Charles Robin"
        uadmin.EmailUsername = "robin_charles@yahoo.com"
        uadmin.EmailPassword = "dec061971"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"deltron@yahoo.com"}, []string{"jake@gmail.com"}, []string{}, "Field Trip", "Good afternoon guys! There is a new fun ride located in Disneyland Park. Are you available today?")


B. uadmin.EmailFrom = "Charles Robin"
        uadmin.EmailUsername = "robin_charles@yahoo.com"
        uadmin.EmailPassword = "dec061971"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"deltron@yahoo.com"}, []string{"jake@gmail.com"}, []string{}, "Field Trip", "Good morning guys! There is a new fun ride located in Disneyland Park. Are you available today?")


C. uadmin.EmailFrom = "Charles Robin"
        uadmin.EmailUsername = "robin_charles@yahoo.com"
        uadmin.EmailPassword = "dec061971"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"jake@gmail.com"}, []string{"deltron@yahoo.com"}, []string{}, "Field Trip", "Good morning guys! There is a new fun ride located in Disneyland Park. Are you available today?")


D. uadmin.EmailFrom = "Charles Robin"
        uadmin.EmailUsername = "robin_charles@yahoo.com"
        uadmin.EmailPassword = "dec061971"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"deltron@gmail.com"}, []string{"jake@yahoo.com"}, []string{}, "Field Trip", "Good afternoon guys! There is a new fun ride located in Disneyland Park. Are you available today?")



QUESTION #13

From:


To:


CC:


BCC:


Subject:


Message:

The username of the sender is 24-7_recruitment@gmail.com and the password is support123hrservices.

Which uAdmin function will match the given statement above?

A. uadmin.EmailFrom = "24-7 Support Services"
        uadmin.EmailUsername = "24-7_recruitment@gmail.com"
        uadmin.EmailPassword = "support123hrservices"
        uadmin.EmailSMTPServer = "smtp.gmail.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"alexa.marie@gmail.com"}, []string{}, []string{}, "Job Application", "We have received your resume expressing interest in working for our company. You will have an initial interview on March 29, 2019. To confirm, send us your full name and job position.")


B. uadmin.EmailFrom = "24-7 Support Services"
        uadmin.EmailUsername = "24-7_recruitment@gmail.com"
        uadmin.EmailPassword = "support123hrservices"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"alexa.marie@gmail.com"}, []string{}, []string{}, "Job Application", "We have received your resume expressing interest in working for our company. You will have an initial interview on March 29, 2019. To confirm, send us your full name and job position.")


C. uadmin.EmailFrom = "24-7 Support Services"
        uadmin.EmailUsername = "24-7_recruitment@gmail.com"
        uadmin.EmailPassword = "support123hrservices"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"alexa.marie@gmail.com"}, []string{}, []string{}, "Job Application", "We have received your resume expressing interest in working for our company. You will have an initial interview on March 28, 2019. To confirm, send us your full name and job position.")


D. uadmin.EmailFrom = "24-7 Support Services"
        uadmin.EmailUsername = "24-7_recruitment@gmail.com"
        uadmin.EmailPassword = "support123hrservices"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"alexa.marie@yahoo.com"}, []string{}, []string{}, "Job Application", "We have received your resume expressing interest in working for our company. You will have an initial interview on March 29, 2019. To confirm, send us your full name and job position.")



QUESTION #14

From:


To:


CC:


BCC:


Subject:


Message:

The username of the sender is horacemincywalker@yahoo.com and the password is miniminimainimo.

Which uAdmin function will match the given statement above?

A. uadmin.EmailFrom = "Horace Mincy Walker"
        uadmin.EmailUsername = "horacemincywalker@yahoo.com"
        uadmin.EmailPassword = "miniminimainimo"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"jane.doe@yahoo.com","max.rogers@yahoo.com"}, []string{"melanie@gmail.com"}, []string{"tom.van.dyck@yahoo.com"}, "Wedding Anniversary", "Good morning everyone! Tomorrow is our wedding anniversary in La Paz Cathedral building. The wedding will start at 8:00 in the morning followed by reception. Let me know if you guys will come. Thank you!")


B. uadmin.EmailFrom = "Horace Mincy Walker"
        uadmin.EmailUsername = "horacemincywalker@yahoo.com"
        uadmin.EmailPassword = "miniminimainimo"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"jane.doe@yahoo.com","max.rogers@yahoo.com"}, []string{"melanie@gmail.com"}, []string{"tom.van.dyck@gmail.com"}, "Wedding Anniversary", "Good morning everyone! Tomorrow is our wedding anniversary in La Paz Cathedral building. The wedding will start at 8:00 in the morning followed by reception. Let me know if you guys will come. Thank you!")


C. uadmin.EmailFrom = "Horace Mincy Walker"
        uadmin.EmailUsername = "horacemincywalker@yahoo.com"
        uadmin.EmailPassword = "miniminimainimo"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"jane.doe@yahoo.com","max.rogers@yahoo.com"}, []string{"melanie@gmail.com"}, []string{"tom.van.dyck@gmail.com"}, "Wedding Anniversary", "Good morning everyone! Tomorrow is our wedding anniversary in La Paz Cathedral building. The wedding will start at 8:00 in the evening followed by reception. Let me know if you guys will come. Thank you!")


D. uadmin.EmailFrom = "Horace Mincy Walker"
        uadmin.EmailUsername = "horacemincywalker@yahoo.com"
        uadmin.EmailPassword = "miniminimainimo"
        uadmin.EmailSMTPServer = "smtp.mail.yahoo.com"
        uadmin.EmailSMTPServerPort = 465
        uadmin.SendEmail([]string{"jane.doe@yahoo.com","max.rogers@yahoo.com"}, []string{"melanie@gmail.com"}, []string{"tom.van.dyck@gmail.com"}, "Wedding Anniversary", "Good morning everyone! Tomorrow is our wedding anniversary in La Paz Cathedral building. The wedding will start at 6:00 in the morning followed by reception. Let me know if you guys will come. Thank you!")