-
VBsendmail
Hi,
I am using VBsendmail.dll in my application. IT works in my machine and
other developers machine, but will not work in user's machine. I did registered
the vbsendmail.dll in the users machine.
Am i missing anything???
Thanks,
Ranga
-
Re: VBsendmail
I don't know how VBsendMail.dll work. But to send an email out, you need network
connection and maybe email tool like MS OutLook. Maybe your client's computer
doesn't have that.
Hope this helps.
-NING
"Ranga" <n_rangaa@yahoo.com> wrote:
>
>Hi,
> I am using VBsendmail.dll in my application. IT works in my machine and
>other developers machine, but will not work in user's machine. I did registered
>the vbsendmail.dll in the users machine.
>
>Am i missing anything???
>
>Thanks,
>Ranga
-
Re: VBsendmail
"Ranga" <n_rangaa@yahoo.com> wrote:
>
>Hi,
> I am using VBsendmail.dll in my application. IT works in my machine and
>other developers machine, but will not work in user's machine. I did registered
>the vbsendmail.dll in the users machine.
>
>Am i missing anything???
>
>Thanks,
>Ranga
Doesn't this dll require MS Outlook?
-
Re: VBsendmail
According to the doc that comes with vbSendMail, vbSendMail.dll and
mswinsck.ocx are the required distributables.
> > I am using VBsendmail.dll in my application. IT works in my machine and
> >other developers machine, but will not work in user's machine. I did
registered
> >the vbsendmail.dll in the users machine.
> >
> >Am i missing anything???
-
Re: VBsendmail
It looks like it is using SMTP for the email, do You know where it is getting the SMTP server from, or are you hard coding it?
--
Dean Earley (dean.earley@icode.co.uk)
Assistant Developer
iCode Systems
"Peter Young" <youngpa@mediaone.net.nospam> wrote in message news:3bd49d6a@news.devx.com...
> According to the doc that comes with vbSendMail, vbSendMail.dll and
> mswinsck.ocx are the required distributables.
>
> > > I am using VBsendmail.dll in my application. IT works in my machine and
> > >other developers machine, but will not work in user's machine. I did
> registered
> > >the vbsendmail.dll in the users machine.
> > >
> > >Am i missing anything???
>
>
>
>
-
Re: VBsendmail
Yes, it does use SMTP. You have to specify the server in code.
If you're curious, it's a freebie with source. You can get it here:
http://www.freevbcode.com/ShowCode.Asp?ID=109
Best,
Pete
"Dean Earley" <dean.earley@icode.co.uk> wrote in message
news:3bd540ff@news.devx.com...
> It looks like it is using SMTP for the email, do You know where it is
getting the SMTP server from, or are you hard coding it?
>
> --
> Dean Earley (dean.earley@icode.co.uk)
> Assistant Developer
>
> iCode Systems
-
Re: VBsendmail
I've written my own SMTP library ) along with an FTP and IRC library.
The only thing we distribute in our app that is a dependency is the Catalyst socketwrench control and Microsoft common controls.
Everything else is our own code so we know we can (try and) fix any errors that occur.
--
Dean Earley (dean.earley@icode.co.uk)
Assistant Developer
iCode Systems
"Peter Young" <youngpa@mediaone.net.nospam> wrote in message news:3bd5d294$1@news.devx.com...
> Yes, it does use SMTP. You have to specify the server in code.
>
> If you're curious, it's a freebie with source. You can get it here:
>
> http://www.freevbcode.com/ShowCode.Asp?ID=109
>
> Best,
>
> Pete
>
> "Dean Earley" <dean.earley@icode.co.uk> wrote in message
> news:3bd540ff@news.devx.com...
> > It looks like it is using SMTP for the email, do You know where it is
> getting the SMTP server from, or are you hard coding it?
> >
> > --
> > Dean Earley (dean.earley@icode.co.uk)
> > Assistant Developer
> >
> > iCode Systems
>
>
>
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|