|
-
Jul 17th, 2008, 01:37 AM
#1
Creating newsletter application in VB
Friends,
I am having a Management System software, developed by me, for my institute. It stores all the details of the students, their activities, etc. in the database.
Now I wanted to include another function for my application. That is, for sending HTML email newsletters to the email addresses of my students (stored in the database).
Is there any code or tutorial for creating such a thing. The newsletter is for informing them the latest news about my institute (something like inaguration of new courses, etc..)
Please help me....
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Jul 17th, 2008, 04:55 AM
#2
Re: Creating newsletter application in VB
There's lots of ways to skin that cat. Search this forum for "send email". I use VBSendMail alot.
-
Jul 17th, 2008, 05:25 AM
#3
Re: Creating newsletter application in VB
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Jul 17th, 2008, 05:40 AM
#4
Re: Creating newsletter application in VB
Sorry no...it's proprietary. Searching the forum will get you alot of examples. Here's a link to VBSendMail and it contains example to use it.
http://www.freevbcode.com/ShowCode.Asp?ID=109
You'll need to do the HTML formatting yourself.
-
Jul 17th, 2008, 06:07 AM
#5
Re: Creating newsletter application in VB
Is there any limitations for the HTML page...? Because, I am not familiar with HTML codes. I usually design webpages using Dreamweaver.. 
The format of my HTML email is...
Banner
Heading
Hai Mr. Name,
News...... {body}
Signature
---------------
That's all...
I am having the VBSendMail component.. How could I program it....?
Mail will be send using a Gmail account (smtp & pop enabled)....
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Jul 17th, 2008, 06:18 AM
#6
Re: Creating newsletter application in VB
Then you can do the HTML setup in Dreamweaver.
-
Jul 17th, 2008, 06:31 AM
#7
Re: Creating newsletter application in VB
How can I include images in it...?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Jul 17th, 2008, 09:21 AM
#8
Re: Creating newsletter application in VB
There was an error while using the vbSenMail. I had downloaded the component along with some example projects from devx.com. But while running the example project, and when I tried to send a mail, it displayed a error message...
"Your attempt to send mail failed for the following reason(s):
530 5.7.0 Must issue a STATTLS command first. y5sm14265760tia.8"
This is the error. What should I do...?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Jul 17th, 2008, 11:43 PM
#9
Re: Creating newsletter application in VB
Is there any working code for sending mail..?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|