Extra Credit Opportunity

Objectives: 

  • Program Web Forms

  • Send Mail

Please create an Web Form to send me an e-mail. If you cannot send me an e-mail from your Web Form, send me an e-mail telling me how long you worked on this exercise and what you managed to accomplish. 

For this exercise, I used our Saclink server with the following string (remember to VPN otherwise the server will block your mail):

Private ReadOnly myMailServer As String = "smtp.saclink.csus.edu"

Of course, you could use your GMail or any other mail server for this exercise.

Note: You do not have to complete this Extra Credit today. You have one week to complete it.

Here is the Web Form that you have to create (look in page 452 in our book).