NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bryce on May 11, 2016, 07:03:03 AM

Title: SendEmailFromWebBrowser(11) Webserver Example
Post by: bryce on May 11, 2016, 07:03:03 AM
I want to send emails from a webserver and thought I would look at the SendEmailFromWebBrower(11) example to get me going but I can't get it to compile.

I am getting three errors when I try to compile the example:

Source file WEB11BC.CLW not found
Unknown identifier: AUTHUSER
Unknow identifier: AUTHPASSWORD

Can anyone give me any ideas as to why this is please?

Thanks.
Title: Re: SendEmailFromWebBrowser(11) Webserver Example
Post by: Bruce on May 12, 2016, 04:30:02 AM
What Clarion / NetTalk are you using Bryce?
Title: Re: SendEmailFromWebBrowser(11) Webserver Example
Post by: bryce on May 12, 2016, 04:55:47 AM
Hi Bruce,

Clarion 10.0.0 Build 12104 and NetTalk 9 Apps version 9.08.

I updated all my Capesoft Accessories and tried again before posting the problem here.

Bryce
Title: Re: SendEmailFromWebBrowser(11) Webserver Example
Post by: Jim A on July 18, 2016, 04:35:13 PM
Any luck on this?  I've hit the same roadblock.  It creates Web11_BC.clw but is looking for Web11BC.clw.

Clarion 10.  Latest Nettalk and StringTheory

Thanks.

Jim
Title: Re: SendEmailFromWebBrowser(11) Webserver Example
Post by: Jim A on July 19, 2016, 11:13:31 AM
Disregard.  Exported to .txa and imported under new name.  Works perfectly.  Not sure why that happens with certain demo apps.
Title: Re: SendEmailFromWebBrowser(11) Webserver Example
Post by: Bruce on July 27, 2016, 05:09:52 AM
This can happen when a project moves from an IDE set to Long names after an IDE set to Short names.
Just go to the Solution pad and remove all the short names from the list there.

cheers
Bruce
Title: Re: SendEmailFromWebBrowser(11) Webserver Example
Post by: Jim A on July 27, 2016, 12:45:59 PM
Thank you.