ITguys
===========================================================
oracle 发邮件的程序
===========================================================
CREATE OR REPLACE PROCEDURE send_email (
 p_recipient IN VARCHAR2,
 p_message  IN VARCHAR2,
 p_subject IN VARCHAR2 default '',
 p_sender IN VARCHAR2 default 'shenjie@akey.net.cn')
IS
  crlf varchar2(2) := chr(13) || chr(10);
  v_mailhost varchar2(30) := '219.133.31.89';
  mail_conn utl_smtp.connection;
  msg varchar2(4000) := 'Date:' ||
     to_char(sysdate,'dd mon yy hh24:mi:ss') || crlf ||
  'From: ' || p_sender || '<'||p_sender||'>' ||crlf ||
  'Subject: '||p_subject || crlf||
  'To: '|| p_recipient || '<' || p_recipient || '>' ||crlf||
  p_message;
begin
  mail_conn := utl_smtp.open_connection(v_mailhost,25);
  utl_smtp.helo(mail_conn,v_mailhost);
  utl_smtp.mail(mail_conn,p_sender);
  utl_smtp.rcpt(mail_conn,p_recipient);
  utl_smtp.data(mail_conn,msg);
  utl_smtp.quit(mail_conn);
exception
  when others then
  dbms_output.put_line(dbms_utility.format_error_stack);
  dbms_output.put_line(dbms_utility.format_call_stack);
end;
/
  
exec send_email('shenjie@itownet.cn','happy week end');  
  
   Execute demo_mail.mail('shenjie@akey.net.cn','shenjie@akey.net.cn','ishenjie','shenjie');

ragingfire 发表于:2005.03.19 18:05 ::分类: ( Oracle ) ::阅读:(85233次) :: 评论 (16)
re: oracle 发邮件的程序 [回复]

hao
好像邮件的内容,显示不出来啊>>>

ss 评论于: 2006.07.04 17:42
Good work. [回复]

Great work!

Kayla Galateri 评论于: 2007.08.28 16:41
is it sin? [url=][/url] [url=][/url] [url=][/url] [url=][/url] (c) [回复]

is it sin?
[url=][/url]
[url=][/url]
[url=][/url]
[url=][/url] (c)

xgqag 评论于: 2008.02.19 16:55
L: [url=][/url] [url=][/url] [url=][/url] [url=][/url] . [回复]

L:
[url=][/url]
[url=][/url]
[url=][/url]
[url=][/url] .

mzlrt 评论于: 2008.02.24 05:40
SQL helpful resources [回复]

Hi!

I want to extend my SQL knowledge.
I red really many SQL resources and would like to
get more about SQL for my occupation as mysql database manager.

What would you recommend?

Thanks,
Werutz

werutzb 评论于: 2008.10.08 08:36
Subject1 [回复]

Hi all!
Bye

Test 评论于: 2008.10.09 08:00
Cool funny anecdote:) [回复]

There was this guy see.
He wasn't very bright and he reached his adult life without ever having learned "the facts".
Somehow, it gets to be his wedding day.
While he is walking down the isle, his father tugs his sleeve and says,

"Son, when you get to the hotel room...Call me"

Hours later he gets to the hotel room with his beautiful blushing bride and he calls his father,

"Dad, we are the hotel, what do I do?"

"O.K. Son, listen up, take off your clothes and get in the bed, then she should take off her clothes and get in the bed, if not help her. Then either way, ah, call me"

A few moments later...

"Dad we took off our clothes and we are in the bed, what do I do?"

O.K. Son, listen up. Move real close to her and she should move real close to you, and then... Ah, call me."

A few moments later...

"DAD! WE TOOK OFF OUR CLOTHES, GOT IN THE BED AND MOVED REAL CLOSE, WHAT DO I DO???"

"O.K. Son, Listen up, this is the most important part. Stick the long part of your body into the place where she goes to the bathroom."

A few moments later...

"Dad, I've got my foot in the toilet, what do I do?"

amonejace 评论于: 2008.10.23 21:30
my magnificent feelingg [回复]

All greetings! I have fallen in love todaysmile))))
I wish to shout about love to all world ! smile
Love this magnificent feelingsmile))))

WingoneeTrend 评论于: 2008.10.25 19:44
"峙鸵 [回复]

撗勇磐刃哇

lecheenlechetg 评论于: 2008.10.29 08:22
[回复]

腻忸麝

cusencous 评论于: 2008.11.03 09:47
If You want to delete your site from my base [回复]

to: Admin - If You want to delete your site from my spam list, please sent url of your domain to my e-mail: stop.spam.today@gmail.com
And I will remove your site from my base within 24 hours
webmastegz

Beegnagonsord 评论于: 2008.11.17 11:47
塔徼蝈 [回复]

埋蝮镟轵

gffef 评论于: 2008.11.21 10:14
winterrrrr vs summer [回复]

I very much love summer smile
Someone very much loves winter angry.gif
I Wish to know whom more smile
For what you love winter?
For what you love summer? Let's argue smile

wintervssummer 评论于: 2008.12.01 07:36
觐腚尻鲨 [回复]

this.value

Vowloasolub 评论于: 2008.12.03 19:44
re: oracle 发邮件的程序 [回复]

this.value

Encudgeenrice 评论于: 2008.12.09 08:56
沐礤疣蝾 [回复]

祟赅朦睇

Soft-office 评论于: 2009.01.03 17:19

发表评论
标题

在此添加评论
表情符号: smile laughing tongue angry crying sad wassat wink

称呼

邮箱地址(可选)

个人主页(可选)




切换风格
新闻聚合
博客日历
文章归档...
最新发表...
博客统计...
网站链接...