Aaron:
I was afraid that you were going to ask that. There are two routines
are could be the culprit, following is one of them
m_Sybase_testing_change_emails = "th********@mail.co.ventura.ca.us," & _
"ma********@mail.co.ventura.ca.us"
m_Sybase_up_message = "The WebTax application can now communicate with
the Cashiering " & _
"WebTax can now accept ACH payments. "
m_Sybase_down_message = "The WebTax application can not communicate
with the Cashiering " & _
"WebTax can not ACH accept payments at this time. " & _
"Please verify the application is live."
'Sybase Server is down
If m_SybaseLive = "False" Then
If m_WebTaxServer = "ServerIPAddress" OR m_WebTaxServer =
"serverIPAddress" Then 'testing environment
'send email to developers - Sybase is back up
SendMail m_Sybase_email,m_Sybase_testing_change_emails,"Syb ase
Server Down",m_Sybase_down_message
Else 'live environment
'send email to Tax Office Staff - Sybase is back up
SendMail m_Sybase_email,m_Sybase_live_change_emails,"Sybase Server
Down",m_Sybase_down_message
End If
'change application variable to indicate new Sybase status
Application.Contents("Sybaseup") = "False"
End If
I was actually looking for documentation of SendMail, and I believe I
could look it up. Thanks
Mary Lintz
Website Cooridnator - ISD
County of Ventura
http://www.countyofventura.org ma********@mail.co.ventura.ca.us
*** Sent via Developersdex
http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!