Originally posted by: shashi
Shashi
Really a wonderful work done!
I Need to know how to attach a file with this??
Originally posted by: Alain
Hi,
There a long time you have not improve your code, so i don't know if you developp this project again.
Your dll is pretty simple for using that s why i'll like to have new feature. To send mail by yahoo's STMP (for example), we need to have an identification.
Could you put this feature in a new rlz ? I tested to put it myself but my knowledges in C++ seems to be poor and the AUTH Method too...
What i know when a SMPT require an identification :
(for AUTH LOGIN method)
send : AUTH LOGIN
recv : 334 VXNlcm5hbWU6
send : identifiant in base64
recv : 334 UGFzc3dvcmQ6
send : mdp in base64
recv : 235 ok, go ahead (#2.0.0)
And after the server is ok to received the email as usual.
I hope you could make this. Or perhaps give me a link for another dll who know AUTH Method.
Thank You
Alain
Originally posted by: Gray
How can I browse email like OutLook express?
could you give me a simple example?
Originally posted by: sarvesh
I developed LIBRARY MANAGEMENT SOFTWARE Project in Visual Basic and Back end is Microsoft Access.My problem is suppose if employee doesn't return book within the mentioned date then a message is sent automatically to respective employee that your book return date is exceeded the mentioned date and also print the fine until he return book back to the library.
ReplyOriginally posted by: sagrawal
how can one integerate firewall in this smtp ?
ReplyOriginally posted by: m
Hi Emmanual
I added the code snippet that you have given to my project in VC++ on windows 2000, but it does not send e-mail, it did not give me any error but it did not send the e-mail either, since I do not get any kind of error I cannot debug it.But it does send e-mail thru' your program, I can;t understand why it cannot through mine, I actually copied your dll into my project and registered it there but still it does not work.I have put the library in the vc98/lib folder as usual.
could you please help me with this
Mandar
Originally posted by: Dupont Jean Claude
From : jc_dupont@ibm.com
and I revieve theses error messages :
Sender Rejected.
or
Best regards.
Jean claude Dupont.
I used your programm, with theses parameters :
To : jc_dupont@hotmail.com
Could not revieve first line from server.
Please,can you help me ?
Thanks.
Originally posted by: priyanka
dear sir.........
gr8 work, but i want to send attachment directly thru SMTP server. can u guide me to do that.
thanks
regards..........
Originally posted by: ravi kumar
Hi this is ravi,
Can u help me in getting the smtp code for mail server
thankQ
Originally posted by: Charles Han
pop up a success message and close after message being sent successfully
Reply