ULT_SMTP的速度有多快 [英] How Fast is ULT_SMTP

查看:140
本文介绍了ULT_SMTP的速度有多快的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI all


我多次使用utl_smtp包。但我们怎样才能确定它的速度。


我的意思是假设我从包里面的代码中调用它,我们如何确定它发送邮件的速度。


- - >我可以发送邮件到Gmail帐户

- >在utl_smtp.conection中,有两个参数。我如何在我的本地系统中使用这些参数。


谢谢

vamsi

HI all

I ahve used utl_smtp package many a times. But how can we determine its speed.

I mean suppose if i call this from my code inside a package, how can we determine the speed it sends a mail.

--> Can i send mail to a gmail account
--> in utl_smtp.conection , what are two parameters. How can i use these params in my local system.


thanks
vamsi

推荐答案

1.发送邮件的速度取决于邮件的大小和类型以及附件的大小(如果有的话)。

2.您可以向任何邮件帐户发送邮件。

3.utl_smtp.connection不接受任何参数,但utl_smtp.open_connection没有,参数是SMTP的邮件主机和端口号(通常是25)这是默认值。


所以你只能使用一个主机名参数。
1.speed of sending mail depends on size nand type of mail and size of attchemnt if any.
2.you can send mail to any mail account.
3.utl_smtp.connection does not accept any parameters but utl_smtp.open_connection does, the parametrs are mailhost and port number for SMTP (usually 25) This is the default value .

so you can work with only one parameter that is hostname.


非常感谢。


现在我想写一个包,我将调用它来自Oracle表单。表单有一个文本框,用于输入电子邮件地址。用户点击提交按钮后立即。邮件应该被触发到捕获的电子邮件ID。该怎么做?


无论邮件ID如何(假设所有的邮件ID都来自Gmail)我们都可以发送邮件。


Vamsi
Thanks a lot.

Now i want to write a package, which i will be calling from a Oracle Form. The form has a text box that is used to enter the email address. As soon as user clicks on submit button. the mail should be triggered to the captured email id. How to do that?

Irrespective of the mail id,(assumin all the mail ids are from Gmail only) can we send the mail.

Vamsi


是的,你可以随时这样做..在表单构建器中,点击按钮,发送邮件的代码,你需要从文本框中读取地址并将其存储在变量中。
Yes you can always do that.. In forms builder, on button click, wirte a code to send a mail and you will need to read the to address from a text box and store that in a variable.


这篇关于ULT_SMTP的速度有多快的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆