 |
|
 |
dear sir,
we have developed a project on admission system in that we have conducted an online test and we want to know about how to send an e-mail to the selected students whose ids are in the database so actually we need to send an e-mail saying that you have been selected to the mail id which is given by the student and which is used as his login id so waiting for a reply from hope u can help us as we are just in the starting satge of learning java and we have just completed until jsp's .
hoping for the simplest as possible and understandable and as soon as possible
thanking you
if possible write us a mail ...
mail id : nani.ram@gmail.com
|
|
|
|
 |
|
 |
Did you take a look into this?
http://www.codeproject.com/KB/java/Java_Mail.aspx. if not please take a look.
- extract the email id from the db and include in to address.visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
Hello.....
thnax a lot....
i want to mail my data from grid which ever row is selected .........
as of now can mail... and also select data from grid.......
but i can't mail the selected data........
thanx
please help
" Problem is distance between reallity and axpectation"
|
|
|
|
 |
|
 |
Have no idea why you are asking this? what difficulty you are facing to attain such a damn small thing or my understanding is not correct. Anyway, here is my answer
1. Get the selected row text and then assign to variable
2. pass the varible to send function
Does the above answer your question?
Rgs,
Mohashar
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
Sir i got the following error while running the project pls help me?
An unhandled exception of type 'system.Argument Exception' occured in
mscorlib.dll,
Additional information: Empty path name is not legeal.
Error occur in the following lines
(Open a FileStream on the Xml file
FileStream docIn = new FileStream(strXmlPath,FileMode.Open,FileAccess.Read,FileShare.ReadWrite);)
|
|
|
|
 |
|
 |
Have you checked the value of strXmlPath?
If not please check out and let me know
Rgs,
Mohashar
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
ya i checked
(strXmlDocPath=GetConfigFilePath("SendMail.Config");
strXmlDocGroupPath=GetConfigFilePath("SendMailGroups.Config");
still i getting the same error
|
|
|
|
 |
|
 |
If i run the project i will get this bug what to do?
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: Empty path name is not legal.
|
|
|
|
 |
|
 |
Hi,
The error is clearly telling that the argument is not sufficient for one of the method. Please check. It's asking path name.
-Ashraf Mohamed
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
The Send Mail Manager program is a nice program and the only one I can find to do this type of quick email. I have Outlook Express, but it is a huge program for a on the fly email send.
Thanks for the program, it is nice.
|
|
|
|
 |
|
 |
Thanks
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
Each time I access the Quick Mail Program I have to re-enter my email "From" information. How do I get the program to retain the information so the next time I access the program, it is there and I do not have to re-enter it again?
|
|
|
|
 |
|
 |
Please refer FAQ :smtp setting on the Quick Mail
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
There is a box for the smtp setting which now says localhost. I have to change it each time to smtp-server.stny.rr.com which is my smtp server. How do I get the thing to stay that way and not have to put it there each time I access the Quick Mail program?
|
|
|
|
 |
|
 |
Hi,
It's simple. This is for not hardcoding the smtp server name. You can hardcode it or read from the config file and bind with that control.
Rgs,
Ashraf Mohamed
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
You mention rich text on your article but seeing from your screenshot only plain text or html is available.
Sinch rich text requires its own headers, how with only those two options does you program support rich text mail?
Regards
|
|
|
|
 |
|
 |
Hello, following this thread, I wish make you one question:
How can the mail be signed using a x509 Certificate? The System.Net.Mail.SmtpClient and System.Net.Mail.MailMessage objects don't support it (they only support certificates to stablish a SSL connnection).
The only way could be to use Outlook objects, but how ??
I think perhaps I could write the message in RFC822 format, and then sign and encript some parts.
Any idea? Thanks in advance
|
|
|
|
 |
|
 |
Have no idea....!
Post it once you done..
Happy Programming..!
Ashraf Mohamed
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
Well, thanks. I only was looking ideas, not a free programmer ...
Finally I will buy the Chilkat's Mail Component, I have no any (good) idea to do it. I have tried to create the message in RFC format, but it's more difficult than useful, and the VS2005 Office SDK is worthless (at least in my case).
I think anything stinks in the .NET mail objects at this respect.
Greetings!
|
|
|
|
 |
|
|
 |
|
 |
Gracias Miguel! No me había fijado en tu respuesta ... tiene muy buena pinta
!!
Pa los demás:
Thanks! it appears to be very useful!
|
|
|
|
 |
|
 |
Hi
I want to build an Automatic mailing system with java code using SMTP server.I am a beginner in java and SMTP Stuffs.
It would be great if you please let me know how to start and end the same to make a successful system.
My mailid is nsk12_ns03@yahoo.co.in. Please help me out in this regard.
Thanks
Saravana
|
|
|
|
 |
|
 |
Hi Saravana,
Hope this link helps.
http://www.codeproject.com/useritems/Java_Mail.asp
Rgs,
Ashraf Mohamed
visit www.mohamedashraf.tk
|
|
|
|
 |
|
 |
what if the smtp server needs authentication? how or where do you provide userid/pwd combination? thanks
-Yigit Atli
|
|
|
|
 |
|
 |
hi,there! thank u for the program. but i got a Error which says " Can not access CDO.Message ". i've already add the cdosys.dll into the preference list. still got the error.
have u ever met such problems ? Do you know why ?
thank you !
|
|
|
|
 |