Home » SQL & PL/SQL » SQL & PL/SQL » Send Mail thru Exchange server
Send Mail thru Exchange server [message #250722] Wed, 11 July 2007 01:35 Go to next message
ramanathan manickam
Messages: 27
Registered: July 2007
Junior Member
I have a proc which uses SMTP packages to send mail. It was working successfully.Recently we reconfigured our mailserver to exchange server.

Even after changing the IP address, i could not able send any mails. Is there any thing else to consider while using exchange server?
Re: Send Mail thru Exchange server [message #250732 is a reply to message #250722] Wed, 11 July 2007 02:02 Go to previous messageGo to next message
Frank Naude
Messages: 4590
Registered: April 1998
Senior Member
Sounds like the mail server is expecting protocol version X+1, while your PL/SQL program is still talking version X. You will have to debug your PL/SQL to see where things go wrong.
Re: Send Mail thru Exchange server [message #250742 is a reply to message #250732] Wed, 11 July 2007 02:23 Go to previous messageGo to next message
ramanathan manickam
Messages: 27
Registered: July 2007
Junior Member
am new to this mail servies.can you give me an example.
Re: Send Mail thru Exchange server [message #250821 is a reply to message #250742] Wed, 11 July 2007 07:46 Go to previous message
ThomasG
Messages: 3212
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
Try to send mail with a normal mail client that uses SMTP, with the user you use in the procedure.

If that doesn't work, then SMTP for that user might be disabled on the Exchange server.

That happeded here a few times. I have no Idea how it can be enabled/disabled on Exchange, though, I just told our Exchange Admins to do it. Wink
Previous Topic: LOBS TO VARCHAR2
Next Topic: SQL select doubt
Goto Forum:
  


Current Time: Thu Feb 06 23:38:02 CST 2025