The RealName2 plugin is intended for the same aim as RealName plugin. File realname2.dat contains e-mail addresses and real names of the recipients. The format of this file is:
Default User Name
John Smith <john@domain.com>
Vlad Kat <kitten@soft.com>
Plugin searches for %REALNAME% sequence in the message and replaces it with real name of the recipient. If realname2.dat contains no name corresponding to the e-mail address, then default name is used, specified in the first line of file. For example, the line :
Hello, %REALNAME%!
In letter, sent to address john@domain.com, will be replaced by :
Hello, John Smith!
The same plugin can be used for some other purposes - e.g. to send serial numbers or other personified information to your users. Realname2.exe (realname2.dll) is distributed with sources in C language. We provide both .EXE and .DLL versions of this plugin. You can use any version, but .DLL version is faster.