Email: Setting the reply to

MauddibMauddib Member Posts: 269
Hi all,

I have worked out how to use the codeunit in Navision to send emails. I can see how it sets the TO field the BODY the ATTACHMENTS etc etc.

However if all users are using email from a central server, I would like the ability to make certain mails have a REPLY TO address (and preferably a FROM address too!!!). Is there a way to do this? Or to select which OUTLOOK account in windows that the system uses to send each given mail? I dont mind which way I do it, setting the reply to address or selecting a PROFILE to send the mail with, once it works!

GaMBe

Comments

  • krikikriki Member, Moderator Posts: 9,118
    To do this, you need to use the Outlook-automation controls. But this is not so easy. You will have to check the Microsoft MSDN to see how to do it.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • ara3nara3n Member Posts: 9,257
    What I've done for client, is to use JMail automation.

    This is how it works. NAS runs checks an email queue for emails to send. Users write emails in form that creates the records in queue.
    They can specify from and two etc. The email body is stored as blob.
    It works pretty well for them.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • MauddibMauddib Member Posts: 269
    Ok I've read that the senderaddress is uneditable so i cant do it that way. What I cant find is whether the account to send the mail with is editable and if so how. Any ideas anyone with outlook automation? Can I specify the name of a local account to send the mail with?
Sign In or Register to comment.