SriksAdi
26th August 2004, 08:43
Hi,
I need to use Blat to mail some reports to the customer.
I could mail to the local domain and not to my personal mail id.
What could be the problem ?


regards
Sriks

SriksAdi
26th August 2004, 08:52
Hi Folks
Problem got solved.

Thanks
Sriks

~Vamsi
26th August 2004, 18:49
Dear Sriks,

Am glad the problem is solved. Please post how you solved it. Perhaps it will help someone at a later time.

dave_23
26th August 2004, 22:33
Also, How are you using BLAT to mail reports? BLAT is a debugging tool.... ?

Dave

~Vamsi
26th August 2004, 22:45
Dave,

Blat (http://www.blat.net) is also a Win32 command line utility that sends eMail using the SMTP or NNTP protocols.

dave_23
26th August 2004, 22:59
Ahh!

Thanks! I've been looking for one of those for a while, I eventually just broke down and wrote one in perl.

Baan people should stay away from that BLAT or else they're going to get really confused :D

Dave

SriksAdi
27th August 2004, 07:52
Hi All,
It was basically a communication gap with in our group because of which I have been using a wrong SMTP address.
These are the two lines of code needed to send the mail using Blat.

blat -install <SMTP> userid@domain.com
blat mail.txt -to reciever@yahoo.com -u userid -pw password

I am yet to integrate blat with Baan ERP. I would post the details of my Baan program once I am through.


regards
Sriks

k_d_mahajan
1st August 2007, 10:03
I also want to use my Payroll Process in such a way that, There should have one more button on Session of Print Payslip i.e."Mail".

If I press this button mail can be sent to the employees having Emp.f - EMp.t with attachement as their own "payslips"

Not able to understand from where to start?

Please help me...