Let's see how we can send an E-mail message from Navision.
If you have gone through previous post, we will just be using function which were discussed in those posts.
This article is part of the Series. Please Refer Table of Content here.
Let's see what all we need -
I have added some fields in SMTP mail setup Table and forms as shown below.
I created a Codeunit for sending e-mail.
I have created a Menu Item for sending mail in customer.
Let's try to send the mail and here we got the mail.
In Next post we will send mail to customer with some details like Open Invoice entries from customer ledger entries.
Regards,
saurav Dhyani
www.sauravdhyani.com
If you have gone through previous post, we will just be using function which were discussed in those posts.
This article is part of the Series. Please Refer Table of Content here.
Let's see what all we need -
- SMTP Server Settings.
- Sender Name.
- Sender Email.
- Receiver Name.
- Receiver Email.
- Subject & Body of the Mail.
I have added some fields in SMTP mail setup Table and forms as shown below.
I created a Codeunit for sending e-mail.
I have created a Menu Item for sending mail in customer.
Let's try to send the mail and here we got the mail.
In Next post we will send mail to customer with some details like Open Invoice entries from customer ledger entries.
Regards,
saurav Dhyani
www.sauravdhyani.com
Comments
Post a Comment