1. Supplementary knowledge(1) What are POP3 and SMTP servers?Simply put: POP3 is used to receive e-mail, and SMTP is used to send e-mail.(1) What does POP3 specifically refer to?POP3 (Post Office Protocol 3) is the 3rd version of the Post Office
Some time ago has sent a simple jmail mail email code, today this code to make a specific annotation, and add two other formats of code, with a few simple examples:
The first is Jmail.smtpmail's core code:
Program code
Set JMail =
1. Supplementary knowledge(1) What are POP3 and SMTP servers?Simply put: POP3 is used to receive e-mail, and SMTP is used to send e-mail.(1) What does POP3 specifically refer to?POP3 (Post Office Protocol 3) is the 3rd version of the Post Office
Original address: http://www.cnblogs.com/ForEvErNoME/archive/2012/06/05/2529259.html (with code download, bloggers are really ethical)1. Supplementary knowledge(1) What are POP3 and SMTP servers?Simply put: POP3 is used to receive e-mail, and SMTP
ASP itself does not have the ability to send mail, but if you want to use ASP to send e-mail (for example: You have a message, just want to let those in your message book left a statement on the Internet users know that you want the Internet users
Tutorial ASP itself does not have the ability to send mail, but if you want to use ASP to send e-mail (for example: You have a message, just want to let those in your message book left a statement on the Internet users know that you want the
. NET, the function of sending mail has been encapsulated into the System.Web.Mail namespace of the. NET Framework, and using this namespace, it is easy to build a mail-sending program that requires only a good structure of the SMTP server in
Mail sending FunctionFirst, let's talk about how to send an email in. Net .. Net has prepared classes related to sending emails for us. It is very convenient to call them directly. Below is a simple email notification class:
///
/// Mail
When it comes to sending mail, first mention SMTP (hehe, the master will skip this section!). )。 The full name of SMTP is "Simple Mail Transfer Protocol", which is simply the message Transfer Protocol. It is a set of specifications for transferring
JMail List of main parameters
You should first create a jmail.message image:
Set jmail = Server.CreateObject ("Jmail.message")
Then the other parameters of the JMail are manipulated.
(1) Body (letter): stringsuch as: Jmail.body = "This can be a
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.