News

在HTML文件的Form中加入action和method。 E.g. form action="{{ url_for('function') }}" method="post" ... /form To catch the Post request in the server, we first ...
The server accepts the post request and its parameters and sends a mail with the given information towards the provided address. The provided email address receives the mail that was created by the ...