Click here to Skip to main content
15,891,621 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I'm very new to programming and have been teaching myself over the past months. I manage a small IT shop by myself for my company and I've developed an application for the Accounting Department that helps that maintain authorized customer payment card information on file.

I've been able to design several queries that provide the functionality to find out which customers' payment cards are about to expire (within 7, 15, 30, and 45 days). Currently the only mechanism of notifying the customer is to print off the report and call each of them.

I'd like to be able to build a functionality into my application (say via a button) that allows the user to select either one or multiple records and send an email notice/reminder to the customer that their card is about to expire.

I'm willing to provide the entire source code of the application and the database structure. Any help would be appreciated, thanks.


//Kismet
Posted

1 solution

This will get you started sending emails,

http://vb.net-informations.com/communications/vb.net_smtp_mail.htm[^]

Also remember google is your friend, you can also search this site for all kinds of useful articles and tips.
 
Share this answer
 
v2
Comments
KismetGerald 24-Dec-12 13:03pm    
Thanks. While this gives me general ideas about how to send emails from my applications, it doesn't give me what I'm looking for (in terms of how to do so from within my application).

I do appreciate the assistance though, but I think I may have to create another question where I can post the entire application (or at least screenshots) to illustration what I'm trying to do. Think that's a good idea?
DinoRondelly 24-Dec-12 13:37pm    
Nope, the people on this site will help you with a specific problem and they will be more then happy to help if you get stuck. They will not build an application for you.

But hey it is Christmas you can give it a try, I would however try on my own and if you get stuck return to this site with a specific question that relates to where your stuck.
KismetGerald 25-Dec-12 6:00am    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900