Re: [development-axapta] Reg Is there way to send reports via email automatically

2009-10-15 Thread jawa350
Check out the method ecPsendMail on the Table ContactPerson

Best Regards,
Allan Rasmussen
www.neoprocess.dk




From: trinadh sura 
Sent: Tuesday, October 13, 2009 12:37 PM
To: axapta-knowledge-vill...@yahoogroups.com ; 
development-axapta@yahoogroups.com 
Subject: [development-axapta] Reg Is there way to send reports via email 
automatically


  Dear all,

I am trying to create a batch job which should send some Reports as PDF 

file per Mail daily. The problem is, The job can generate this file , and 

attach to Email this file but can?t send the mail automatically. After 

calling the SendAttachment method , Outlook window is opened. And I must 

click to send Button in this Window . But I want to send this mail without a

Confirmation or manual handling.

Is there any other way to send it automatically?

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]



RE: [development-axapta] Reg Is there way to send reports via email automatically

2009-10-13 Thread Malcolm Burtt
Hi

Use the SysMailer class to send emails without triggering Outlook. This uses 
the CDO.Message library to send the email directly to your mail server via 
SMTP. You'll need to set up the AX email parameters (Administration -> Setup) 
but then you probably already have this if you're using notification emails as 
AX uses the same mechanism for that.

Regards


Malcolm Burtt
Touchstone Group
People - Partnership - Solutions



From: development-axapta@yahoogroups.com 
[mailto:development-axa...@yahoogroups.com] On Behalf Of trinadh sura
Sent: 13 October 2009 11:37
To: axapta-knowledge-vill...@yahoogroups.com; development-axapta@yahoogroups.com
Subject: [development-axapta] Reg Is there way to send reports via email 
automatically



Dear all,

I am trying to create a batch job which should send some Reports as PDF

file per Mail daily. The problem is, The job can generate this file , and

attach to Email this file but can?t send the mail automatically. After

calling the SendAttachment method , Outlook window is opened. And I must

click to send Button in this Window . But I want to send this mail without a

Confirmation or manual handling.

Is there any other way to send it automatically?

[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]