Use Socket to send emails (using the SMTP server to be verified)
* Name: use Socket to send an email* Description: This class allows you to directly send emails using the SMTP server to be verified. for details, see limodou, author of "sending emails with Socket ".* This article is earlier. it uses the
Child mail delivery can be implemented by a variety of protocols. Currently, the three most popular e-mail protocols on the Internet are SMTP, POP3, and IMAP, which are described briefly below.
SMTP protocol
The Simple Mail Transfer Protocol (SIMPLEMAILTRANSFERPROTOCOL,SMTP) is a protocol that runs on top of TCP/IP and uses it to send and receive e-mail message
First, install POP3 and SMTP service components
Windows Server 2003 does not have the POP3 and SMTP service components installed by default, so we want to add them manually.
1. Install POP3 Service Components
Log on to the Windows Server 2003 system as a system administrator. Go to control Panel → add or Remove Program
First, install POP3 and SMTP service components
Windows Server 2003 does not have the POP3 and SMTP service components installed by default, so we want to add them manually.
1. Install POP3 Service Components
Log on to the Windows Server 2003 system as a system administrator. Go to control Panel → add or Remove Program
A complete SMTP class of PHP (solve the problem when the mail server requires verification), read a complete SMTP class of PHP (solve the problem when the mail server requires verification), smtp. php? Phpclasssmtp {/* PublicVariables */var $ smtp_port; var $ time_out; var $
* Name: Use SOCKET to send an email* Description: This class allows you to directly send emails using the SMTP server to be verified. For more information, seeArticleBy sending an email via socket: limodou* This article is earlier. It uses the SMTP server to send emails without verification. Now, basically all
* Name: Use Socket to send an email* Description: This class allows you to directly send emails using the SMTP server to be verified. For details, see limodou, author of "sending emails with Socket ".* This article is earlier. It uses the SMTP server to send emails without verification. Now, basically all
Smtp. php? Phpclasssmtp {* PublicVariables * var $ smtp_port; var $ time_out; var $ host_name; var $ log_file; var $ relay_host; var $ debug; var $ auth; var $ user; var $ pass; * PrivateVariables * var $ sock; * Constractor * functionsmtp ($ relay_h SMTP email server
Smtp. php
Class
Use a Socket to send an email (using the SMTP server to be verified ).? * Name: use Socket to send emails * Description: This class enables direct sending of emails using the SMTP server to be verified. See the article "sending emails with Socket":
* Name: use Socket to send an email* Description: This class allows yo
client.I will not talk about the general settings. There are many instructions on the Internet. Here we will focus on the choice of servers. After Yahoo was upgraded to GB, SMTP of Yahoo was faulty, and pop was able to receive emails. It is estimated that Yahoo China has modified the SMTP server.If you follow the original setting method, the server is configured
PHP Mailer is a very useful PHP email sending module. It can call local SMTP to send emails or remote SMTP to send emails, however, you need to pay attention to some things during use. Otherwise, the sending may fail or cannot be called at all. This article describes the problems and solutions I encountered when using this class, briefly describe the usage and precautions of PHP mailer.
First, download the
Phpmailer version used: 5.2.1The following are some of the code given in the example folder of Phpmailer: test_gamil_basic.php.
The code is as follows
Copy Code
$mail = new Phpmailer ();$body = file_get_contents (' contents.html '); $body = $_post[' body '];$body = Eregi_replace ("[]", ", $body);$mail->issmtp (); Telling the class to use SMTP$mail->smtpdebug = 2; Enables SMTP d
* Name: send email with socket* Description: This class enables direct mail to be sent directly using an SMTP server that needs to be verified, refer to the article "email with socket" Author: Limodou* This article earlier, he is to use the SMTP server to send mail, and now basically the
Recently, I am working on the mail sending interface to inform everyone of the problems and solutions I have encountered. I hope it will be helpful to those who know the mail.Some code of the original program is as follows:// Set the sender address, recipient address, title, and topic of the email.Mailmessage mail = new mailmessage ("xxxxxxx@sina.com", "zzzzzzz@sina.com", "title", "topic ");// Set the subject formatMail. bodyencoding = encoding. utf8;// Set whether the subject format is htmlMail
This problem is encountered when configuring the mail server (IMAIL) after the server has been reload. Server configuration before countless times, familiar, how this happened suddenly this problem.
From a single hint, the reason is obvious: SMTP authentication failed. However, Foxmail has chosen the
In the namespace using System. Net. Mail, a method is provided to send emails Based on the specified smtp server. The following describes how to implement it:
1. First, you must send an email. You must have an email account, such as Netease mail, groom mail, and QQ mail. I will use Netease's 163 mailbox as an example. Then we need to know the smtp
Phpmailer class calls the remote SMTP server to send mail implementation method, mailersmtp. Phpmailer class calls the remote SMTP server to send mail implementation method. mailersmtp this article describes the phpmailer Class Call remote SMTP
The server is windowserver2008 and php needs to send emails, so the smtp mail server built by myself always has the 452 error outofmemory. Is it a memory problem? Is there any other way for a third party to build an smtp server like google or sina? Easy to figure...
The
SharePoint often requires related email notifications. If the enterprise does not have an Exchange mailbox, you can deploy a simple email SMTP service on the local machine of the moss server. The configuration method is as follows:
1. Use "Add/Delete" to add an IIS component, SMTP component.
2. Right-click "my computer"-"manage"-expand the tree of all IIS,
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.