Hi Terry,

There is a web service that you can access to perform this and other tasks.
It's been a long time since I worked with this, but here is a snippet to add 
users.

<cfinvoke 
webservice="http://mail.mydomain.org/Services/svcMailListAdmin.asmx?wsdl"; 
method="AddSubscriber" returnvariable="addSubscriber">
        <cfinvokeargument name="authUserName" value="">
        <cfinvokeargument name="authPassword" value="">
        <cfinvokeargument name="DomainName" value="">
        <cfinvokeargument name="ListName" value="">
        <cfinvokeargument name="Subscriber" value="">
</cfinvoke>

Look around the Help for information on the web service API.

Terry

>Has anyone come across a way to use coldfusion to automatically add users to
>a SmarterMail Mailing List?
>
>Terry 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337778
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to