Traditional Culture Encyclopedia - Hotel franchise - How can the hotel website realize the customer's online order? I have email reminder or SMS ASP website! Teach it to add 300!

How can the hotel website realize the customer's online order? I have email reminder or SMS ASP website! Teach it to add 300!

After seeing your photos,

The first feeling is a little puzzled. Is this an asp program or something like php?

Asp, in most cases, runs under win system. Even, usually asp can only run under win system, because asp is a programming language developed by Microsoft, and it is not cross-platform!

But your picture shows a paragraph of text. What?

Wonder, is it possible for asp to run under linux and unix systems?

Forget this and get down to business! (Assuming that your program is indeed asp, assuming that it will be sent by QQ mailbox)

The first step is to determine the running space of your program and support jmail components.

Step 2, set the parameters.

Mail forwarding method: You should choose the correct one in the picture.

Smtp forwarding mailbox: It is your QQ mailbox, that is, the sender. When the other party receives the letter, it will show that it was sent by your QQ mailbox.

Smtp server: If it is an ordinary QQ personal mailbox, it is smtp.qq.com. If it is a company email, please log in to your QQ company email and find it. There are parameters in the mail settings.

Smtp email user: It's your QQ email, which is consistent with the smtp forwarding email suggestion.

Smtp email password: it is the password of your QQ email, or your QQ password if there is no independent password.

Smtp mailbox verification: I forgot about this. After the above settings are correct, you can choose this one and then test it.

After all this is done, it is important to open the smtp protocol in the settings of your QQ mailbox, otherwise it will not be sent!

This is taking QQ mailbox as an example. Other mailboxes such as 163 have the same method, but the parameters are of course different, but you can find the relevant parameters of smtp protocol by logging in to the mailbox!

Off-topic: If you use QQ mailbox to send emails, and multiple emails are sent together, it is recommended that the interval between each email be more than 5 seconds. If you send dozens of emails at a time, QQ mailbox will intercept you. The reason is that your email frequency is too fast.

As for text messages, forget it. Short messages need to be purchased, usually around 7 cents a piece!

You find a short message operator and buy their short messages. If their website has examples of interface documents in related languages (such as asp), just follow their code and your integration! But this costs money!