Skip to main content

Automatic Mail Using NAS and SMTP Setup..

Hi all,

I know its been too late for this post, but the final post from the series of posts where we were discussing about NAS and E-mail is here.

Target -
  • To send a email to customer based on E-mail in customer card.
  • The Mail should be send automatically to all the customer who have valid e-mail Id's after 30 days.
This article is part of the Series. Please Refer Table of Content here.

Pre-requisites -

a) You need to have visited all earlier posts related to NAS and Email.

* After this post I will post a index of all the related post which will contain the links for all the post in this series.

So if you were with me during my previous post, so lets me go ahead. Here are the objects which we have changed till now. These are the list of objects that we modified.

Table 18          - Customer
Table 409        - SMTP Mail Setup
Form 21          - Customer Card
Form 409        - SMTP Mail Setup
Codeunit 50001- Mail & PDF

New Objects required for this post -

Report 50002    - Customer Auto Mail

So I have created a new report and below is the screen shot how it look like.
The data item used for the report is 18 Customer with filter E- mail Filtered <> ''.
currently I also applied filter for one customer only.


Where - SendMailwithAttachment is a Codeunit variable of subtype - Mail & PDF

The report is processing only report.

Plan Automation in Job Queue -

1. Open Job Queue Entries.
2. Create a new Job Queue Entry and setup as per your requirement.


Let's see what is the output when the job queue runs.


Yeah this is what else is expected after the mail is send.


You can also use the attached objects which are required to run this, from my skydrive.
File Name - AUTO Email Using NAS.rar

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -