1
00:00:01,200 --> 00:00:06,210
Well, I suspect you found sending an email notification to the property owner relatively straightforward,

2
00:00:06,210 --> 00:00:09,300
and you can see that it's basically a copy and paste exercise.

3
00:00:09,810 --> 00:00:12,090
First thing to notice, I did make a change up here.

4
00:00:12,090 --> 00:00:17,070
I removed the extraneous comma after the guests first name in the notification to the guest.

5
00:00:17,550 --> 00:00:19,310
And then I just did exactly the same thing.

6
00:00:19,320 --> 00:00:24,510
I just overwrote the contents of HTML message with the message that I wanted, which was nothing more

7
00:00:24,510 --> 00:00:26,100
than reservation notification.

8
00:00:26,700 --> 00:00:32,550
A reservation has been made for placeholder from placeholder to placeholder, and then I substituted

9
00:00:32,550 --> 00:00:37,410
the room name for the first placeholder and then the start date and the end date using the same syntax

10
00:00:37,410 --> 00:00:44,940
I did before then I sent the message to I just overwrote my message variable and sent that set the two

11
00:00:44,940 --> 00:00:50,460
to me at here NORCOM, which would be the address of the property owner from the same thing and change

12
00:00:50,460 --> 00:00:54,600
the subject and sent the mail right here by sending it to our channel.

13
00:00:55,470 --> 00:00:56,480
Now, this is pretty good.

14
00:00:56,490 --> 00:00:58,950
You can send emails, but they're not very attractive.

15
00:00:58,950 --> 00:01:04,380
And what I'm going to do in the next and final lecture on sending email, assuming it takes one lecture,

16
00:01:04,380 --> 00:01:12,240
it might take two, is I'm going to show you how you can use a really good package from the Zerbe Foundation

17
00:01:12,720 --> 00:01:16,650
that allows you to send nicely formatted email message.

18
00:01:16,650 --> 00:01:17,670
And it's not that hard.

19
00:01:18,150 --> 00:01:21,150
So we'll take care of that in the next lecture or two.
