Sending email from a database

adz2013

Registered User.
Local time
Today, 23:06
Joined
Dec 13, 2001
Messages
64
All,
I have a question on sending emails from a database.

Is it possible to force it to send the email? I have the code that sets up the email but it does not acctually send it. I don't want to click send. Any help would be appreciated.

Thanks
 
Hi,
what method are you using to send the e-mail? Maybe you can post some code sample!
If SendObject then pay attention to the end boolean syntax (false, true). The default is True, which launches the application. A False setting inhibits the client.
HTH
Good luck
 
I am sorry about that, yes I am useing SendObject, I changed it to False and it still does not send. I am using Lotus Notes as my email. Is that a problem?

Thanks
 
Thank you very much for your help. I will try this code.
 
You're welcome.
Glad I could assist.
Good luck on future projects!
 
freakazeud,
I just tried it and it worked great, so thanks agian.
 

Users who are viewing this thread

Back
Top Bottom