SMTP emailing problem

stormasstormas Member Posts: 3
edited 2004-11-08 in Navision Attain
Hey, I got a problem with SMTP OCX v1.6, how it's possible send e'mails to different recipients if I dont know their host's, this OCX needs it:
SmtpMail.SetHost('studif.ktu.lt');
How I could solve this problem?

Thanks.

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    The SetHost property is to set the smtp-host (= the server that sends the mails). This is always the same server, independant of the recipient's address.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • stormasstormas Member Posts: 3
    The SetHost property is to set the smtp-host (= the server that sends the mails). This is always the same server, independant of the recipient's address.

    I thougth that it is the server that sends mails, but in this way I get error No. 10035, maybe I have to change something on the server? If smtp host is the same as the email address host, then everything is ok.
  • chen_wanchen_wan Member Posts: 34
    Dear All,

    Where can I get user documentation / user guide on how to use the SMTP OCX ver 1.6 :?:
Sign In or Register to comment.