Re: Using WodSMTP with Outlook and Lotus Notes - WeOnlyDo Discussion board

Re: Using WodSMTP with Outlook and Lotus Notes (General questions)

by woddrazen, Tuesday, August 26, 2008, 00:09 (5933 days ago) @ emc

Emc,


We don't have sample for Outlook/Lotus Notes because this is client components and client cannot connect to client. wodSMTP is client component also.

Microsoft Exchange Server is server application which supports SMTP protocol and wodSMTP should work with Microsoft Exchange Server.

Here is some basic code how to use wodSMTP with SMTP server.
[code]
wodSmtp1.Authentication = AuthLogin
wodSmtp1.Login = someone@yourhostname.com
wodSmtp1.Password = somepass
wodSmtp1.Hostname = yourhostname.com

wodSmtp1.SendSimple someone( at )yourhostname.com , john( at )gmail( point )com , test , testing
[/code]
Maybe you will need to change authentication type. In sample Login authentication is used. You can change authentication using Authentication Property.

More help for Authentication Property you can find here:
http://www.weonlydo.com/Smtp/Help/WODSMTPLib~wodSmtp~Authentication.html

Hope I helped.


Drazen


Complete thread: