Re: Using WodSMTP with Outlook and Lotus Notes (General questions)
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.comwodSmtp1.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.htmlHope I helped.
Drazen
Thanks, I'm trying!
What about MAPI client? Don't you have such utility?
Complete thread:
- Using WodSMTP with Outlook and Lotus Notes - emc, 2008-08-25, 19:06
- Re: Using WodSMTP with Outlook and Lotus Notes - woddrazen, 2008-08-25, 19:53
- Re: Using WodSMTP with Outlook and Lotus Notes - emc, 2008-08-25, 20:44
- Re: Using WodSMTP with Outlook and Lotus Notes - woddrazen, 2008-08-26, 00:09
- Re: Using WodSMTP with Outlook and Lotus Notes - emc, 2008-08-26, 11:51
- Re: Using WodSMTP with Outlook and Lotus Notes - woddrazen, 2008-08-26, 16:02
- Re: Using WodSMTP with Outlook and Lotus Notes - emc, 2008-08-26, 11:51
- Re: Using WodSMTP with Outlook and Lotus Notes - woddrazen, 2008-08-26, 00:09
- Re: Using WodSMTP with Outlook and Lotus Notes - emc, 2008-08-25, 20:44
- Re: Using WodSMTP with Outlook and Lotus Notes - woddrazen, 2008-08-25, 19:53