Page 1 of 3

SendMail first preview

Posted: Tue Nov 01, 2011 7:56 am
by mol
Hi guys!
I needed simply program to send mails last.
I couldn't find anything easy to configuration, so I've decided to write my own.
It's not completed yest, but, I want to share this idea with you.
You can call it without parameters - so you can set everything, save these settings and send mail.
You can call it with parameters
/I name_of_ini_file
/A attachment_file

it's possible to call few times /A parameter - all listed files will be send, eg: /A file1 /A file2

remember to separate parameters with spaces!
this is configuration screen:
Image

and sources are placed HERE

Re: SendMail first preview

Posted: Tue Nov 01, 2011 9:46 am
by Rathinagiri
Superb Marek!

Can you give a list of strings? So that we can translate them into English/ other languages.

Re: SendMail first preview

Posted: Tue Nov 01, 2011 7:25 pm
by mol
Of course!
I'll place english version tomorrow, so everyone can use it.
Marek

Re: SendMail first preview

Posted: Wed Nov 02, 2011 7:49 am
by mol
I've modified a little program.
Now, all labels are in English.
I've added attachment handling too.

Nice testing!

Best regards, Marek

Re: SendMail first preview

Posted: Wed Nov 02, 2011 9:30 am
by Rathinagiri
Thanks a lot! It is just great!

Re: SendMail first preview

Posted: Wed Nov 02, 2011 10:43 am
by l3whmg
Many thanks Mol.
I will check your code.

Re: SendMail first preview

Posted: Thu Nov 03, 2011 2:39 am
by fchirico
Thank you!!!!

Excelent!

Re: SendMail first preview

Posted: Fri Nov 11, 2011 11:10 pm
by Roberto Lopez
mol wrote:I've modified a little program.
Now, all labels are in English.
I've added attachment handling too.

Nice testing!

Best regards, Marek
Thanks!

Re: SendMail first preview

Posted: Tue Dec 09, 2014 4:51 am
by bels79
I try to compile , examples of these programs . tp can not make email

setting: pop.gmail.com, smtp.gmail.com port 465 or 587

tq

Re: SendMail first preview

Posted: Tue Dec 09, 2014 9:10 am
by vagblad
Thanks a lot Marek. Superb job.