Options

E-mailing in Navision

RonSRonS Member Posts: 2
I need to create an e-mail function in Navision depending on certain situations. Currently, Navision uses the Mail coduenit for this, using an Outlook profile to send the e-mail.

Do you guys know of another method to send an e-mail in Navision without using an Outlook profile? I would appreciate some help on this. Thank you! :D

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Try this link
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    ShenpenShenpen Member Posts: 386
    Or if you use SQL, you can use the xp_sendmail extended stored proc. It means you do not have to modify Navision code, thus easier installation of service packs.

    Do It Yourself is they key. Standard code might work - your code surely works.
  • Options
    AdvStoreAdvStore Member Posts: 14
    We just implemented an OCX SMTP emailer and it seems to be working fine. Try a search on OCX, SMPT and you should find some examples and links to appropriate code.
Sign In or Register to comment.