PowerWeb 虛擬主機
客服中心 首頁 > 常見問題資料庫 > Windows 虛擬主機設定問題

常見問題類別     
 
   虛擬主機租用、繳費問題
   虛擬主機使用管理問題
   虛擬主機使用規定及違規處理方式
   虛擬主機郵件信箱設定及使用方式
   虛擬主機MySQL資料庫設定上傳方式
   網域名稱申請/使用問題
   Windows 虛擬主機設定問題
   Linux 虛擬主機設定問題
 
 

 

ASP 使用 ASPEmail 物件 SMTP 驗證發信

ASP 上配合 ASPEmail 物件使用 SMTP 驗證發信, 請參考下列程式範例:

<%

Set objMail = Server.CreateObject("Persits.MailSender")

'SMTP 伺服器位址
objMail.Host = "xxx.yourdomain.com"
'SMTP 伺服器使用者名稱
objMail.Username = "user@yourdomain.com"
'SMTP 伺服器使用者密碼
objMail.Password = "********"

objMail.From = "frommail@yourdomain.com"    '發信者電子信箱
objMail.AddAddress "tomail@yourdomain.com"  '收件者電子信箱
objMail.Subject = "Mail Subject"            '發信主題
objMail.Body    = "Test message."           '信件內容

On Error Resume Next
objMail.Send

If Err = 0 then       
    txtMsg = "信件寄送完成"
Else       
    txtMsg = "信件寄送失敗"
End If

%>

 

   回上一頁   
 
PowerWeb 虛擬主機 / 網域名稱服務中心
 





POWERWEB 虛擬主機網頁空間 © 2004~2024 KangYu Inc. All Rights Reserved. 諮詢專線 0809-058-688 服務時間 週一~週五 09:00 ~ 18:00‧ 傳真電話 (02) 3322-9019
線上信用卡授權