当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Manual Contents.w3 JMail3Dimac’s
 

 

 ·实战com(01)----说明    »显示摘要«
    摘要:本文欢迎转载,唯请注明出处及作者 blackcolor@263.net--------------------------------------------------- 开始学习com的时候倍感资料的缺乏,尤其是实际操作的资料,看了一大堆理论之后开始写com程序,却无法下手,有感与此,写一些实际操作的文章。在以下的文章中,基本上以实际操作为准,很少涉及com的原理,关于原理方面的知识请参考......
    摘要: gb/t 12505-90 中华人民共和国国家标准 计算机软件配置管理计划规范 gb/t 12505-90 specification for computer software configuration management plan  1. 主题内容与适用范围 本规范规定了在制订软件配置管理计划时应该遵循的统一的基本要求。 本规范适用于软件特别是重要软件的配置管理计划的制订工作。对于非......


Jmail4.2语法参考大全

manual contents.w3 jmail 【程序编程相关:openssl之BIO系列之10---B

【推荐阅读:openssl中的s_server程序测

3 【扩展信息:openssl之BIO系列之9---BI

dimac’s w3 jmail is being used by 400.000+ programmers worldwide.

w3 jmail is based on com technology and can therefore be called from

most modern programming languages, though it has most of its users

in the asp platform.

we are proud to present the latest version of w3 jmail, which now fea-tures

sending e-mails, receiving e-mails, encryption and mass mailing

with mailmerge. we believe we have made the best e-mail component

even better. we have taken all the input you have given us (and that’s

a lot!) and most of it has been implemented in this new version, in fact

we added some more stuff we thought was really cool.

what can you do with w3 jmail? a lot we say! the first thing you want

to do is to add some outgoing e-mail notifications from your web pages,

then move on to creating your own hotmail version using the brand new

pop3 feature in w3 jmail. securing your e-mails with pgp is a natural

step into a safer communication and with the mailmerge function of w3

jmail you will be able to send newsletters to your customers without

investing in expensive list servers. all in all, w3 jmail will give you new

possibilities to create web applications which will rock!

now, run the installation (which you probably already have done) and

get acquainted with the world’s most popular e-mail component!

the world’s most popular e-mail component!

dimac phone: +46 42 160200

garnisonsgatan 25 a fax: +46 42 160230

box 222 28 web site: http://www.dimac.net/

250 24 helsingborg e-mail: info@dimac.net/.w3 jmail

4

dimac’s w3 jmail 4.2 features a rewritten core and truckload of new features,

for example:

- the inner architecture of w3 jmail has been redesigned. e-mails are now

sent using the message object. instead of just one object (jmail.smtpmail)

we now have more than 10 (!). for most of us jmail.message will do the trick.

note that despite all this, w3 jmail 4 is 100% backwards compatible.

- support for receiving e-mails from pop3 mail servers.

- you can make massive bulkmailings to thousands of thousands of reci-pients

using w3 jmails enque functions. to make it even snazzier, you can

personalize each e-mail with the mailmerge object.

- encryption of your e-mails using the most popular encryption method, pgp

encryption.

- speedmailer, to send e-mails with just one function call.

so read on, get acquainted with the market’s most popular e-mail compo-nent;

dimac’s w3 jmail.

what’s new?.w3 jmail

5

installation

to use dimac’s w3 jmail you must have the jmail.dll registered at your web

server. this is done by either running the installation program or by copying

the jmail.dll fi le to your web server and manually registering it with the com-mand

regsvr32 jmail.dll. any previous installations of w3 jmail must fi rst be

removed, as described below. to run the installation you must have admini-strator

permissions on the web server.

double click the w3jmail4.exe fi le to run the installation program. the instal-lation

will by default install at c:\program files\dimac\w3jmail4\ together

with this manual and some example fi les. more example fi les are viewed at

our web site at http://tech.dimac.net. the installation will register the jmail.dll

fi le as a com object.

uninstall

uninstall is available in the add/remove programs in your settings folder.

you can also do this manually by unregistering the jmail.dll component (type

regsvr32 /u jmail.dll) and deleting the fi les..6

w3 jmail

enqueue and ms pickup directory

when using dimac’s w3 jmail as a mass mailer, you will use the method

nq(). nq() on the other hand uses the smtp service provided by microsoft

internet information server (iis).

the smtp service has a directory where it polls for e-mails. it is called ms

pickup directory and it is by default created as c:\inetpub\mailroot\pickup.

1. the ms smtp service must be installed on the machine where w3 jmail

is to be used (or on a remote machine where w3 jmail can access its pickup

directory). other smtp servers can be used as well, if they support mail

delivery through a pickup directory.

2. the queueing function is dependant of w3 jmail being able to access

to mail servers’ pickup directory (often located in c:\inetpub\mailroot\pickup,

depending on your installation). therefore, the fi lesystem permissions some-times

have to be adjusted to allow the iis guest account (iusr) to access it.

3. unless you are running ms windows 2000 or later, you need to specify

the location for w3 jmail to fi nd the pickup directory. you can do this either

at runtime, like this:

message.mspickupdirectory = 0“c:\inetpub\mailroot\pickup\”

or if you are using mailmerge:

mailmerge.bulkmerge(myrs,true,“c:\inetpub\mailroot\pickup”)

you can also do it in your web server’s registry once and for all. read more

about this in the chapter jmail registry settings.

4. for some installations, you will need to set read/write permissions for the

everyone user in the pickup directory..7

w3 jmail

note: only the professional edition of w3 jmail includes pgp encryption.

enabling pgp encryption with w3 jmail

as dimac’s w3 jmail uses the worldwide renowned pgp to encrypt e-mails,

there are some preliminary steps to take before pgp support is enabled.

first an appropriate license and installation of the pgp software has to be

obtained. useful internet links are http://www.nai.com, http://www.pgp.com and

http://www.pgpi.com.

pgp and its sdk dll (pgp_sdk.dll) must be installed on the machine where w3

jmail is to be used. version 6.5.3 of pgp were used during development.

in order to use w3 jmail and pgp from asp pages (assuming a windows

nt/2000 system and iis), the internet guest account (most likely called iusr

_your-computer-name-here) must have at least read/write access to the pgp

application and key ring fi les (where your encryption keys are stored). how-ever,

we recommend that you set these permissions for the everyone user

as well. check pgp confi guration for fi nding out where these fi les reside on

your machine.


...   下一页
 ·linux端口列表    »显示摘要«
    摘要: 端口列表......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE