Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with sendmail command

Status
Not open for further replies.

hectorxu

ISP
May 31, 1999
1
0
0
AU
When I had a look at the sendmail command, the comment says that the smtp need to be addressable, what does this mean?<br>
(newbie to cobol+web, have a pc connected to ISP via dialup, have full admin rights.. and need to write a program to do emailing invoice...)<br>
<br>
Cheers<br>
Hec
 
hectorxu,<br>
<br>
The Deskware COBOL SENDMAIL command will not work for all email addresses. This problem has been resolved with the new version of CobolScript TM. <br>
<br>
Example of CobolScript application with SENDMAIL command:<br>
<br>
<br>
Example of CobolScript SENDMAIL code:<br>
<br>
<br>
<br>
The problem with the Deskware COBOL SENDMAIL command is that it assumes that the domain name of the email address is also the SMTP server. This is not always the case. For example: An email to dean@deskware.com will work with the Deskware COBOL SENDMAIL command because deskware.com's SMTP is deskware.com. If it were mail.deskware.com, then an email to dean@deskware.com would not work properly. <br>
<br>
This problem has been resolved in the CobolScript product. CobolScript is a much improved version of Deskware COBOL. It will be available very soon. Other sample applications can be found at <br>
Best Regards,<br>
<br>
Matt Dean<br>
dean@deskware.com<br>
<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top