SMTP Mail v1.6 - Stabilized

Administrator
Administrator Member, Moderator, Administrator Posts: 2,506
edited 2008-08-20 in Download section
SMTP Mail v1.6 - Stabilized
The SMTP Mail component was developed by Stephan Stapel and was submitted to mibuso on the 11 of October 2003...thank you Stephan, the component works like a charm.

I had one problem with the component: The error trapping is very difficult, since the component does not return an error code, but instead, raises an exception when an error occurs. That makes it very difficult to use the component in an unmanned environment, like when using the component in an email dispatcher.

http://www.mibuso.com/dlinfo.asp?FileID=366

Discuss this download here.

Comments

  • mayer
    mayer Member Posts: 50
    Hi,

    i tried out this ocx and my problem is, every time i have the sender "email-pool-client". This is what i don´t want, but i can´t change it.

    Any solution?

    Thanks Ralph Mayer
  • hawwa
    hawwa Member Posts: 106
    I have tested the component.

    After I invoke the SEND method, the recipient will receive the mail after a few hours. What has caused this delay and how to overcome this ?

    Thank You
    hawwa
  • ARodda
    ARodda Member Posts: 1
    It is possible to use a standard Microsofts dll and use the CDO object to send email using SMTP with out using a 3rd party OCX or DLL if any one is interested.
  • nt
    nt Member Posts: 160
    Hi ARodda,
    It is possible to use a standard Microsofts dll and use the CDO object to send email using SMTP with out using a 3rd party OCX or DLL if any one is interested.

    how can i do that?

    Thanks.
  • novision
    novision Member Posts: 1
    I can I debug this ?

    I've had a quick look and can't figure out how to debug my error. WasSuccessful returns false but GetLastError returns a blank variable.
  • najlamth
    najlamth Member Posts: 18
    Dear All,,,

    I am use Navision V#3.1 and I use SMTP Mail v1.6 - Stabilized to send mail but it is not work with me can any one help me?

    Regards,,,,
    Najla
    [/b]
    Master Navision Developer
  • mluijt
    mluijt Member Posts: 1
    Hi,

    first of all great component.!

    I've one problem

    Setting the body to html AND attach a file to it makes the component send the body in plain text... (with html markup.. so that doesn't look to good ;-)

    I tried to change the sequence of the lines of code but nothing changes.

    sending the mail in plain text works but I would like to use stylesheets etc etc...