BBC BASIC for Windows
Programming >> BBC BASIC language >> Help! Send Email through send mail SOCKLIB
http://bb4w.conforums.com/index.cgi?board=language&action=display&num=1369390694

Help! Send Email through send mail SOCKLIB
Post by reatalaboc on May 24th, 2013, 10:18am

hi there,

I am somehow new to BBC basic, and I hope I can find answers here. I am using a send mail using SOCKLIB, when I try to run it specifying the SMTP and the port, e.g. gmail SMTP, I just get nothing after running the program. I dont get error either.

Please help.

Thanks,

Rea
Re: Help! Send Email through send mail SOCKLIB
Post by admin on May 24th, 2013, 4:53pm

on May 24th, 2013, 10:18am, reatalaboc wrote:
I just get nothing after running the program. I dont get error either.

You asked this on the Yahoo group too. The answer is the same: you haven't provided nearly enough information for anybody to be able to help you, so your best bet is to debug the program yourself. Add some debugging statements to your code, and/or use the debugging facilities provided by BB4W, to find out why the program is behaving the way it is.

As a last resort, distil your program down to the bare minimum of code which illustrates the problem and upload that code here.

Richard.