Email sending

sabzamsabzam Member Posts: 1,149
Dear All,

I am currently working on email sending. As per codeunit Mail, the maximum length of email address to the to person and ccperson is 80. Is it possible to widen it to maybe 250 or more?

Comments

  • navuser1navuser1 Member Posts: 1,329
    better add another field into the table.
    OR

    Export the Mail Codeunit first and than increase the Variable lenth you want
    and try with this.
    Now or Never
  • SavatageSavatage Member Posts: 7,142
    :lol:

    if someone told me their email address was 250 characters, I'd tell them "I'm never emailing you"
    supercalafragilisticespialidocious@yougottabeoutofyourmind.com
    

    that's only 62. :mrgreen:
  • DaveTDaveT Member Posts: 1,039
    Hi
    I assume it's because your emailing to a number of addresses
    e.g.
    address1;address2;....

    why not create a group in outlook instead of change the Nav system ?
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • JPHSCJPHSC Member Posts: 67
    Take a look at codeunit 400, SMTP Mail ...
    Here you can send a mail without using Outlook, Straight to the relay server .. You can add email adresses ( or multiple ) up to 1024 chars ...
Sign In or Register to comment.