The Godaddy space, PHP, and webmail form use the Godaddy Linux host. The Windows host should be similar. I did not try it.
The first method is to use the mail () function provided by php to send emails.
File Organization: place the 123.html and send. php files in the same directory.
123. html
Send. php
$ To = "lasercoder@foxmail.com ";
$ Subject = "topic ";
$ M
Here is the use of GoDaddy Linux host, Windows host should also be similar, I did not try.The first way to send mail using PHP's own mail () functionFile organization, put 123.html and send.php two files in the same directory123.htmlsend.php$to = "[email protected]";$subject = "Subject";$message = "hello!". $_post["name"]. ", this is a simple email message.";$fro
Here is the use of GoDaddy Linux host, Windows host should also be similar, I did not try.
The first way to send mail using PHP's own mail () function
File organization, put 123.html and send.php two files in the same directory
123.html
send.php
$to = "lasercoder@foxmail.com";
$subject = "Subject";
$message = "hello!". $_post["name"]. ", this is a simple email
attachment is a special format file, because the opening method is described in the body, so as not to affect the use6. If the attachment is too large (not more than 2 MB), it should be split into several small files and sent separately.
About Signature
1. The signature information should not be too large
It is necessary to add a signature at the end of the
Thunderbird sets the automatic signature at email reply and the location referenced by the email. By default, Thunderbird replies or replies to emails. The reply content and signature are at the bottom of the email content, this is different from foxmail on windows. You can
Yii framework implements email activation [Digital Signature], yii framework
The example in this article describes how to activate a mailbox in the Yii framework. We will share this with you for your reference. The details are as follows:
Controller:
// Send an email and activate the account public function actionEmail () {$
By default, Thunderbird replies or replies to emails. Sometimes, the reply content and signature are under the email content, which is different from the traditional thinking of reading emails, therefore, you need to set it in the following way:
Select "edit"-> "account settings"-> current account-> "manage identities" in the lower right corner-> select "edit" in the pop-up box ", in the new dialog box, se
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.