Click here to Skip to main content
15,896,118 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: [VB.NET 2010] Sending mail only works sometimes Pin
Vika Dev12-Jan-11 12:17
Vika Dev12-Jan-11 12:17 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
The Mighty Atom12-Jan-11 13:13
The Mighty Atom12-Jan-11 13:13 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
Michel Godfroid12-Jan-11 22:21
Michel Godfroid12-Jan-11 22:21 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
Vika Dev13-Jan-11 3:58
Vika Dev13-Jan-11 3:58 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
The Mighty Atom13-Jan-11 8:30
The Mighty Atom13-Jan-11 8:30 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
Luc Pattyn13-Jan-11 12:22
sitebuilderLuc Pattyn13-Jan-11 12:22 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
The Mighty Atom15-Jan-11 7:54
The Mighty Atom15-Jan-11 7:54 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
shreekar18-Jan-11 5:50
shreekar18-Jan-11 5:50 
It does not necessarily require user name/password. All you need to know on the server is: who and when the report was sent and what does the report say.
You could implement some sort of hash to filter out spam traffic at http end.

If ASP/.Net is no go and you have PHP skills, you can rustle up a simple form to accept the above information on your website. *Then* you could send an email or insert into database or whatever from the webserver.

You could then submit this form from your desktop application code.

It does seem daunting at first for a bug reporting mechanism - but this is a much reliable approach than trying to send the email.


Hope this helps.
Shreekar

GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
The Mighty Atom19-Jan-11 9:02
The Mighty Atom19-Jan-11 9:02 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
Vika Dev1-Feb-11 16:39
Vika Dev1-Feb-11 16:39 
GeneralRe: [VB.NET 2010] Sending mail only works sometimes Pin
The Mighty Atom2-Feb-11 5:35
The Mighty Atom2-Feb-11 5:35 
QuestionMultiple USB Barcode Scanners Pin
KCDude10-Jan-11 10:41
KCDude10-Jan-11 10:41 
AnswerRe: Multiple USB Barcode Scanners Pin
Luc Pattyn10-Jan-11 11:03
sitebuilderLuc Pattyn10-Jan-11 11:03 
AnswerHIDlibrary Pin
David Mujica11-Jan-11 3:30
David Mujica11-Jan-11 3:30 
GeneralRe: HIDlibrary Pin
Vika Dev12-Jan-11 12:20
Vika Dev12-Jan-11 12:20 
GeneralRe: HIDlibrary - New location at GitHub Pin
David Mujica18-Jan-11 6:18
David Mujica18-Jan-11 6:18 
QuestionMessage Removed Pin
10-Jan-11 8:25
KCDude10-Jan-11 8:25 
AnswerRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 8:44
sitebuilderLuc Pattyn10-Jan-11 8:44 
GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 8:48
KCDude10-Jan-11 8:48 
GeneralRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 8:53
sitebuilderLuc Pattyn10-Jan-11 8:53 
GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 9:01
KCDude10-Jan-11 9:01 
AnswerRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 9:21
sitebuilderLuc Pattyn10-Jan-11 9:21 
GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 9:24
KCDude10-Jan-11 9:24 
GeneralRe: Bar Code Scanner Implementation Pin
Luc Pattyn10-Jan-11 9:54
sitebuilderLuc Pattyn10-Jan-11 9:54 
GeneralRe: Bar Code Scanner Implementation Pin
KCDude10-Jan-11 9:59
KCDude10-Jan-11 9:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.