Important alert: (current site time 5/19/2013 9:34:35 AM EDT)
 

winzip icon

GRSSLSendMail

Email
Submitted on: 1/10/2013 9:13:18 AM
By: GioRock 
Level: Advanced
User Rating: By 5 Users
Compatibility: VB 6.0
Views: 4932
author picture
 
     A complex SSL eMail Sender with data encryption and more. Since I never found nothing on the WEB about Visaual Basic sample, I've tryed to reuse an old HTTPS code to get a protected SSL connection to send eMail (old project do nothing but contains the core). Program is also able to attachments, CC, BCC comma separated addresses to send a complete 128-RC4-MD5 Hush encrypted packets data. More works is still to do but at the moment it does work almost fine. For all HOTMAIL Users the configuration Server & Port is done. Please Readme.txt before enter in IDE. Special thanks to Jason K. Resch & Anonimous for old project sample. NEWS 2012: Updated to communicate with SSL3.0 about Servers that supports fallback at SSL2.0 protocol after initial handshake messages... Tested on Win7 too... NEWS 2013: Updated to send HTML style pre-formatted message...

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code for viruses, but new viruses come out every day, so no prevention program can catch 100% of them. For your own safety, please:
  1. Re-scan downloaded files using your personal virus checker before using it.
  2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
  3. Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 23 submission(s) by this author

 


Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments
5/30/2012 5:03:50 AMMark Bestwick

Great code :) 5 stars for effort... unfortunetly it doesn't work with my company's exchange server. it connects but when trying to send mail it gets stuck in the loop waiting for a response from the server
(If this comment was disrespectful, please report it.)

 
7/26/2012 8:27:52 AMyash

Thanks for it Globe 5 from me. Please create it for downloading mails also from POP3 server with SSL 3.0.
(If this comment was disrespectful, please report it.)

 
1/11/2013 2:13:44 PMSalvo Cortesiano (Italy)

Vedo con piacere che stai portando avanti il progetto. Bravo GioRock, five stars for u! Keep moving...
(If this comment was disrespectful, please report it.)

 
2/27/2013 1:48:21 PMMark Bestwick

I think it would be a good idea to put a timeout message in both loop events in SSLSocket.cls ... as i've tried to send an email to through my works exchange server, its connected fine but is looping in the if gblnDone = true loop.. its been looping for 10 minutes already ... other than that its a vast improvement.. so again 5 stars from me for efort :)
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.