NetTalk Central

Author Topic: SendEmailFromWebBrowser(11) Webserver Example  (Read 4985 times)

bryce

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • Email
SendEmailFromWebBrowser(11) Webserver Example
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: SendEmailFromWebBrowser(11) Webserver Example
« Reply #1 on: May 12, 2016, 04:30:02 AM »
What Clarion / NetTalk are you using Bryce?

bryce

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • Email
Re: SendEmailFromWebBrowser(11) Webserver Example
« Reply #2 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

Jim A

  • Full Member
  • ***
  • Posts: 203
    • View Profile
    • Email
Re: SendEmailFromWebBrowser(11) Webserver Example
« Reply #3 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

Jim A

  • Full Member
  • ***
  • Posts: 203
    • View Profile
    • Email
Re: SendEmailFromWebBrowser(11) Webserver Example
« Reply #4 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: SendEmailFromWebBrowser(11) Webserver Example
« Reply #5 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

Jim A

  • Full Member
  • ***
  • Posts: 203
    • View Profile
    • Email
Re: SendEmailFromWebBrowser(11) Webserver Example
« Reply #6 on: July 27, 2016, 12:45:59 PM »
Thank you.