dbTalk Databases Forums  

Send mail task not sending

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Send mail task not sending in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Al Cadalzo
 
Posts: n/a

Default Send mail task not sending - 06-03-2004 , 10:17 AM






I have a send mail task that is not immediately sending the e-mail. What
happens is the e-mail doesn't go out until I open Outlook 2003 (on XP) and
hit Send/Receive I even see it saying "sending 1 message" when there is
nothing in my outbox.

The profile in the send mail task is 'Outlook'. There is no attachment,
just a short message. SEM is version 8.0.

Thanks for your help,
Al



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Send mail task not sending - 06-04-2004 , 03:10 AM






The Send Mail task uses the same MAPI setup as SQL Mail and SQL Agent Mail.
MAPI is the devil spawn. Basically it is not designed for server side or
unattended operations, and consequently is not very reliable.

For maximum reliability my personal recommendation is Outlook 2000 coupled
with a local exchange server.

Your actual problem is described here-
315886 - INF: Common SQL Mail Problems
(http://support.microsoft.com/default...6&Product=sql2
k)


Personally I avoid the Send Mail Task because of the MAPI associated
problems, and prefer to use xp_smtp_sendmail via an Exec SQL Task.
(http://www.sqldev.net/xp/xpsmtp.htm)


--
Darren Green
http://www.sqldts.com




"Al Cadalzo" <cadalzo (AT) hotmail (DOT) com> wrote

Quote:
I have a send mail task that is not immediately sending the e-mail. What
happens is the e-mail doesn't go out until I open Outlook 2003 (on XP) and
hit Send/Receive I even see it saying "sending 1 message" when there is
nothing in my outbox.

The profile in the send mail task is 'Outlook'. There is no attachment,
just a short message. SEM is version 8.0.

Thanks for your help,
Al





Reply With Quote
  #3  
Old   
Al Cadalzo
 
Posts: n/a

Default Re: Send mail task not sending - 06-04-2004 , 07:52 AM



Darren,

Thanks so much for your reply.
I'll take a look at the KB article and I'm also going to start using
xp_smtp_sendmail via an Exec SQL Task instead of the Send Mail Task.

Best regards,
Al

"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
The Send Mail task uses the same MAPI setup as SQL Mail and SQL Agent
Mail.
MAPI is the devil spawn. Basically it is not designed for server side or
unattended operations, and consequently is not very reliable.

For maximum reliability my personal recommendation is Outlook 2000 coupled
with a local exchange server.

Your actual problem is described here-
315886 - INF: Common SQL Mail Problems

(http://support.microsoft.com/default...6&Product=sql2
k)


Personally I avoid the Send Mail Task because of the MAPI associated
problems, and prefer to use xp_smtp_sendmail via an Exec SQL Task.
(http://www.sqldev.net/xp/xpsmtp.htm)


--
Darren Green
http://www.sqldts.com




"Al Cadalzo" <cadalzo (AT) hotmail (DOT) com> wrote in message
news:e7ZTo3XSEHA.3564 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
I have a send mail task that is not immediately sending the e-mail.
What
happens is the e-mail doesn't go out until I open Outlook 2003 (on XP)
and
hit Send/Receive I even see it saying "sending 1 message" when there is
nothing in my outbox.

The profile in the send mail task is 'Outlook'. There is no attachment,
just a short message. SEM is version 8.0.

Thanks for your help,
Al







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.