this email can send ssl mails + attachments, for example to hotmail, gmail, etc..
i use 2 methods
1. cdo object, when using ssl in this method, i could send to gmail, no problems,
but i couldn't yet send to hotmail.
2. full ssl protocol, i took it from psc, all the credits included.
i improved it a little.
this can probably work with any server,
i checked it with gmail and hotmail, both using ssl.
feel free to post any comment.
added new controls: socket and listview, so it can work on Windows7
enjoy.
EDIT: this is an update
it includes now also standard protocol, (no ssl)
some fixing to the engine + gui
but i haven't the time to test all features yet.
if you try it, please let me know how it works for you.
i plan to continue work on it, especially on the gui side,
and maybe recieving also.
Last edited by whatsup; Dec 25th, 2010 at 07:44 PM.
Is there any reason why you chose .7z to archive the file? Perhaps using Winzip would have been more appropriate since it comes with Windows. How are the runtime files used in the program and which directory are you suppose put them in?
Edit:
For those who can't open the .7z file you can download the .7z extractor here.
Last edited by Nightwalker83; Mar 16th, 2010 at 10:02 PM.
Reason: Adding more
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
Which operating system did you use to create the project on? I have Vista and unfortunately, the project doesn't won't to load for me.
Edit:
I just tried your program and it does send the email to my email address.
Last edited by Nightwalker83; Mar 16th, 2010 at 10:55 PM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
i updated the mailer
i made some tests, and found some things
with the CDO method i can send to gmail.com but not to live.com - SSL on
without CDO, i can send to hotmail, and not to gmail - SSL on
so when you come to send and fail, try the other method, (with/without CDO).
with no SSL i didn't test it yet, i don't know servers with no SSL
also i guess that no secure connection is going to disapear.
the server you need to get from the mail provider or do a search in google,
the same for the port
i included a file with details of gmail.com
and the default settings are for live.com (hotmail.com)
so you already have 2 major servers
i should update the server list with hotmail details too.
the server you need to get from the mail provider or do a search in google,
the same for the port
i included a file with details of gmail.com
and the default settings are for live.com (hotmail.com)
so you already have 2 major servers
i should update the server list with hotmail details too.
ahaa thanks and please do update with the hotmail details
Which code is used instead ofmaking the email go through out look? I made a email program but can't figure out how to send the email, etc without needing access to outlook?
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
i don't use any outlook
i'm using CDO or the actual SSL protocol
can't you see this in my code ?
Yes! I use the mapi controls in my program and was wondering how I could bypass having to use outlook and not having to rewrite my code.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
Yes! I use the mapi controls in my program and was wondering how I could bypass having to use outlook and not having to rewrite my code.
it shouldn't be a problem because you have the source code how to do this.
you probably want to use GUI version, so open Forms\MailSender.frm and
view the code,
it is very simple.
in general, instead of call outlook object, call cdo or ssl - mail send
if you still have a problem you can post your project,
and i'll try to merge it with mine.
NOTE:
before you do that, you better check that my program can actually send the email to the account you need.
there could be some problems,
for example, i couldn't send to gmail via SSL only via CDO,
and couldn't send to hotmail via CDO, only via SSL.
Last edited by whatsup; May 16th, 2010 at 05:40 AM.
it shouldn't be a problem because you have the source code how to do this.
you probably want to use GUI version, so open Forms\MailSender.frm and
view the code,
it is very simple.
in general, instead of call outlook object, call cdo or ssl - mail send
if you still have a problem you can post your project,
and i'll try to merge it with mine.
NOTE:
before you do that, you better check that my program can actually send the email to the account you need.
there could be some problems,
for example, i couldn't send to gmail via SSL only via CDO,
and couldn't send to hotmail via CDO, only via SSL.
Last edited by Nightwalker83; May 16th, 2010 at 05:56 AM.
Reason: Fixed spelling!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
In the latest version of my email program I replaced the Rich text boxes with normal textboxes setting the multiline value to true. I found if I used my program in Win 7 before I did that my program would error saying that ocx that controls the rich text box was missing.
Edit:
The error message box needs to be fixed! There is no visible message displayed on it.
Last edited by Nightwalker83; Aug 9th, 2010 at 09:10 PM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
I receive an error "Time out: 30000I/O " Error Number: 87h Module when attempting to send an email.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
Just received: "Time out: 30I/O " Error Number: 87h Module
Following your connection setting listed in servers.txt for gmail.
Also, I found out that yahoomail wont allow smtp/pop unless the user has a premium account.
Last edited by Nightwalker83; Aug 17th, 2010 at 02:21 AM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
The attachment in the first post was the one I downloaded.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
i'm sorry, but i don't know what's the problem on your machine.
maybe your wireless ?
I reckon it's Vista causing the problem! Going to upgrade to Win7 at Christmas.
Edit:
Nope! Tried it on my Win7 Pro laptop and it fails on there too. Funny thing is one of the previous versions of your program you had uploaded worked on both my laptop and pc.
Last edited by Nightwalker83; Aug 19th, 2010 at 04:44 AM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
I did just find following post on your thread (#23):
this is an update
1. it uses now a new winsocket, no need for ocx any more
2. it doesn't use richtext ocx.
Now I was wondering, if the attachment from this post is newer than the one from the first post...
The edit date from the first post is the newest - but maybe you did not change the attachment as you edited that post.
I think the best would be to always update the first post with the newest release and delete all attachments from the other posts.
I'm sorry to bumb this old thread, but mailer gives me error on 'Sending: Master Key' , so Sending Failed ..
Can some confirme , or is it just me ?
tnx in andvance
the ssl engine won't work anymore for live server because microsoft made changes to that server
so now the ssl engine is useless
what still works, is CDO engine with gmail