真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

如何使用SQLMail收發(fā)和自動(dòng)處理郵件中的擴(kuò)展存儲(chǔ)

如何使用SQL Mail收發(fā)和自動(dòng)處理郵件中的擴(kuò)展存儲(chǔ),針對(duì)這個(gè)問題,這篇文章詳細(xì)介紹了相對(duì)應(yīng)的分析和解答,希望可以幫助更多想解決這個(gè)問題的小伙伴找到更簡(jiǎn)單易行的方法。

10年積累的做網(wǎng)站、成都做網(wǎng)站經(jīng)驗(yàn),可以快速應(yīng)對(duì)客戶對(duì)網(wǎng)站的新想法和需求。提供各種問題對(duì)應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識(shí)你,你也不認(rèn)識(shí)我。但先制作網(wǎng)站后付款的網(wǎng)站建設(shè)流程,更有欒城免費(fèi)網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。

一、啟動(dòng)SQL Mail

xp_startmail @user,@password

@user和@password都是可選的

也可打開Enterprise Manager中的Support Services,在SQL Mail上單擊右鍵打開右鍵菜單,然后按Start來啟動(dòng)

二、停止SQL Mail

xp_stopmail

也可用上述方法中的菜單里的Stop來停止

三、發(fā)送郵件

xp_sendmail {[@recipients =] 'recipients [;...n]'}
[,[@message =] 'message>
[,[@query =] 'query>
[,[@attachments =] attachments]
[,[@copy_recipients =] 'copy_recipients [;...n]'
[,[@blind_copy_recipients =] 'blind_copy_recipients [;...n]'
[,[@subject =] 'subject>
[,[@type =] 'type>
[,[@attach_results =] 'attach_value>
[,[@no_output =] 'output_value>
[,[@no_header =] 'header_value>
[,[@width =] width]
[,[@separator =] 'separator>
[,[@echo_error =] 'echo_value>
[,[@set_user =] 'user>
[,[@dbuse =] 'database>

其中@recipients是必需的

參數(shù)說明:

參數(shù) 說明
@recipients 收件人,中間用逗號(hào)分開
@message 要發(fā)送的信息
@query 確定執(zhí)行并依附郵件的有效查詢,除觸發(fā)器中的插入表及刪除表外,此查詢能引用任何對(duì)象
@attachments 附件
@copy_recipients 抄送
@blind_copy_recipients 密送
@subject 標(biāo)題
@attach_results 指定查詢結(jié)果做為附件發(fā)送
@no_header 不發(fā)送查詢結(jié)果的列名
@set_user 查詢聯(lián)接的用戶名,默認(rèn)為Guset
@dbuse 查詢所用的數(shù)據(jù)庫,默認(rèn)為缺省數(shù)據(jù)庫

四、閱讀郵件收件箱中的郵件

xp_readmail [[@msg_id =] 'message_number> [, [@type =] 'type' [OUTPUT]]
[,[@peek =] 'peek>
[,[@suppress_attach =] 'suppress_attach>
[,[@originator =] 'sender' OUTPUT]
[,[@subject =] 'subject' OUTPUT]
[,[@message =] 'message' OUTPUT]
[,[@recipients =] 'recipients [;...n]' OUTPUT]
[,[@cc_list =] 'copy_recipients [;...n]' OUTPUT]
[,[@bcc_list =] 'blind_copy_recipients [;...n]' OUTPUT]
[,[@date_received =] 'date' OUTPUT]
[,[@unread =] 'unread_value' OUTPUT]
[,[@attachments =] 'attachments [;...n]' OUTPUT])
[,[@skip_bytes =] bytes_to_skip OUTPUT]
[,[@msg_length =] length_in_bytes OUTPUT]
[,[@originator_address =] 'sender_address' OUTPUT]]

參數(shù)說明:

參數(shù) 說明
@originator 發(fā)件人
@subject 主題
@message 信息
@recipients 收件人
@skip_tytes 讀取郵件信息時(shí)跳過的字節(jié)數(shù),用于順序獲取郵件信息段。
@msg_length 確定所有信息的長(zhǎng)度,通常與@skip_bytes一起處理長(zhǎng)信息

五、順序處理下一個(gè)郵件

xp_findnextmsg [[@msg_id =] 'message_number' [OUTPUT]]
[,[@type =] type]
[,[@unread_only =] 'unread_value> )

六、刪除郵件

xp_deletemail {'message_number'}

如果不指定郵件編號(hào)則刪除收件箱中的所有郵件

七、自動(dòng)處理郵件

sp_processmail [[@subject =] 'subject>
[,[@filetype =] 'filetype>
[,[@separator =] 'separator>
[,[@set_user =] 'user>
[,[@dbuse =] 'dbname>

關(guān)于如何使用SQL Mail收發(fā)和自動(dòng)處理郵件中的擴(kuò)展存儲(chǔ)問題的解答就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識(shí)。


標(biāo)題名稱:如何使用SQLMail收發(fā)和自動(dòng)處理郵件中的擴(kuò)展存儲(chǔ)
分享URL:http://weahome.cn/article/poejep.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部