Click here to Skip to main content
15,891,473 members
Home / Discussions / Database
   

Database

 
AnswerRe: Db over internet Pin
jschell23-Sep-12 8:16
jschell23-Sep-12 8:16 
GeneralRe: Db over internet Pin
leone24-Sep-12 0:45
leone24-Sep-12 0:45 
GeneralRe: Db over internet Pin
Jörgen Andersson24-Sep-12 2:05
professionalJörgen Andersson24-Sep-12 2:05 
AnswerRe: Db over internet Pin
Chris Quinn27-Sep-12 2:36
Chris Quinn27-Sep-12 2:36 
Questionconnection of mssql 2008 to cloud in windows form application Pin
KUNWAR99921-Sep-12 3:28
KUNWAR99921-Sep-12 3:28 
AnswerRe: connection of mssql 2008 to cloud in windows form application Pin
David Mujica21-Sep-12 3:50
David Mujica21-Sep-12 3:50 
AnswerRe: connection of mssql 2008 to cloud in windows form application Pin
Eddy Vluggen21-Sep-12 4:44
professionalEddy Vluggen21-Sep-12 4:44 
QuestionSQL XP_StartSMTP to send email Pin
MWRivera20-Sep-12 5:45
MWRivera20-Sep-12 5:45 
Hi All,

I'm trying to send an email using a SQL procedure within SQL Anywhere 11. I have the following SQL statements to do this:

ALTER PROCEDURE "DBName"."WebFormNotify"()
begin
call xp_startsmtp('*A*@***.org', 'SMTP_Relay_server_name');
call xp_sendmail(recipient = '*B*@***.org',subject = 'SMTP SYBASE TEST',"message" = 'SMTP SYBASE TEST');
call xp_stopsmtp()
end

This is being ran from the server that has SMTP Relay setup on it. I am able to use telnet and send an email successfully. The procedure runs with no errors but the email is never recieved by the recipient. I have also replaced the second parameter passed into xp_startsmtp with the name of the actual SMTP server itself, but still no email was recieved by the recipient.

Any help on this would be really appreciated. Pleas elet me know if additional information is needed.

Thank you,
Mel
AnswerRe: SQL XP_StartSMTP to send email Pin
Chris Meech21-Sep-12 2:45
Chris Meech21-Sep-12 2:45 
AnswerRe: SQL XP_StartSMTP to send email Pin
Eddy Vluggen21-Sep-12 4:47
professionalEddy Vluggen21-Sep-12 4:47 
QuestionContinuous absent query Pin
RA|-|UL PATEL20-Sep-12 3:16
RA|-|UL PATEL20-Sep-12 3:16 
AnswerRe: Continuous absent query Pin
Corporal Agarn20-Sep-12 8:04
professionalCorporal Agarn20-Sep-12 8:04 
AnswerRe: Continuous absent query Pin
Hitesh R5-Nov-12 23:24
Hitesh R5-Nov-12 23:24 
Questionhow to update combobox values in msaccess tables in ACCESS2007 Pin
ssskp3219-Sep-12 20:40
ssskp3219-Sep-12 20:40 
QuestionSpecifying Seed Values on model building Pin
solomon20118-Sep-12 5:34
solomon20118-Sep-12 5:34 
AnswerRe: Specifying Seed Values on model building Pin
Simon_Whale18-Sep-12 5:47
Simon_Whale18-Sep-12 5:47 
GeneralRe: Specifying Seed Values on model building Pin
R. Giskard Reventlov18-Sep-12 8:19
R. Giskard Reventlov18-Sep-12 8:19 
AnswerRe: Specifying Seed Values on model building Pin
R. Giskard Reventlov18-Sep-12 8:22
R. Giskard Reventlov18-Sep-12 8:22 
AnswerRe: Specifying Seed Values on model building Pin
Eddy Vluggen21-Sep-12 4:52
professionalEddy Vluggen21-Sep-12 4:52 
Questionmultiple data instances one machine Pin
John Robert Wilk17-Sep-12 8:15
John Robert Wilk17-Sep-12 8:15 
AnswerRe: multiple data instances one machine Pin
Jörgen Andersson17-Sep-12 8:55
professionalJörgen Andersson17-Sep-12 8:55 
AnswerRe: multiple data instances one machine Pin
Wes Aday17-Sep-12 9:01
professionalWes Aday17-Sep-12 9:01 
GeneralRe: multiple data instances one machine Pin
John Robert Wilk17-Sep-12 9:08
John Robert Wilk17-Sep-12 9:08 
GeneralRe: multiple data instances one machine Pin
Wes Aday17-Sep-12 9:14
professionalWes Aday17-Sep-12 9:14 
GeneralRe: multiple data instances one machine Pin
John Robert Wilk17-Sep-12 9:17
John Robert Wilk17-Sep-12 9:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.