Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


BMail script not sending email HELP!

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,39723
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> BMail script not sending email HELP!
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 BMail script not sending email HELP! - 11/14/2006 2:47:32 AM   
  NYCMuser

 

Posts: 1
Score: 0
Joined: 11/14/2006
Status: offline
I have a Visual Basic ActiveX Script built into my DTS package. On the completion of the sql task, I have it run the following code with the values I need in place of the lotusnotesservername,fromemai@domainl, and myemail@domain. The code executes successfully, but doesn't send me an email. Any thoughts?



'**********************************************************************
'  Visual Basic ActiveX Script
'************************************************************************
Function Main()
Main = DTSTaskExecResult_Success
DIM WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.Exec("cmd /C  bmail.exe -s lotusnotesservername -t myemail@domain -f fromemail@domain -h -a "& " The job ran successfully!"&" -b ")
''WshShell = Nothing
End Function
 
 
Post #: 1
 
 RE: BMail script not sending email HELP! - 11/14/2006 2:59:04 AM   
  ziminski

 

Posts: 79
Score: 2
Joined: 1/8/2006
Status: offline
First I would check:
1.Does sql agent have the right permissions for bmail?
2.Give the full path to bmail in you're cmd string

Rick

(in reply to NYCMuser)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> BMail script not sending email HELP! Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts