Email Sender - Updated Version

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
31 posts Page 1 of 4
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Email Sender - Updated Version
CodenStuff
Hello,

Im just having a good nosey around my computer and I found the updated version to my email sender with attachments tutorial that I made almost a year ago. Its virtually the same but with a nicer interface and saved SMTP settings.

Image

Maybe helpfull to someone so its here if anyone wants it.

Download:
sendemailUPDATED.zip
Thank you cooll;
You do not have the required permissions to view the files attached to this post.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Hi codenstuff
mm i wonder whats in your computer, I bet there are some more little Gems like this laying dormant :)

excellent

Chris
Image
User avatar
tedhead2
Excellent Poster
Excellent Poster
Posts: 338
Joined: Sun Jan 03, 2010 8:36 am

Re: Email Sender - Updated Version
tedhead2
Search iss your friend. start searching things in your PC!!!
Image
User avatar
AleRi8
Top Poster
Top Poster
Posts: 153
Joined: Sun Sep 20, 2009 2:30 pm

Re: Email Sender - Updated Version
AleRi8
Thanks for this
check out my software
win7 itweaker basic £4.50
viewtopic.php?f=70&t=793
User avatar
alex6848
VIP - Donator
VIP - Donator
Posts: 201
Joined: Sat Jan 16, 2010 10:26 pm

Re: Email Sender - Updated Version
alex6848
gmail needs ssl - it doesn't work
Free Facebook Page Likes - http://fbliker.tk/?ref=gillis
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Email Sender - Updated Version
Lewis
Im shure you could make an option to fix that i dont think it will be hard but idk much about sending mail :D
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Nice :P
User avatar
alex6848
VIP - Donator
VIP - Donator
Posts: 201
Joined: Sat Jan 16, 2010 10:26 pm

Re: Email Sender - Updated Version
alex6848
i have tried editing the source for "enablessl = true" for some reason it doesn't work.
Free Facebook Page Likes - http://fbliker.tk/?ref=gillis
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Email Sender - Updated Version
Nery
Uhmmm a while ago I was looking for an E-mail sender but I couldn't find a good one, now that I discarded the thing I was doing before you came up with this... lol :D
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Hello,

SSL is already enabled in the code, I think you will need to add port:
Code: Select all
theClient.Port = 465
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
31 posts Page 1 of 4
Return to “Source-Code”