Enter Keywords:
1 - 10 of 811(0.013 seconds)
Sort By:
 
Can you have an agent send mail as a specific person? Hint: the From field can be set to any Internet email address... I am doing this using Lotus Script, Pls Advice
Zones: Lotus NotesDate Answered: 02/04/2000 Rating: 8.0 Views: 0
i'm using the following code: <%    Set newMail = Server.CreateObject("CDONTS.NewMail")    newMail.To = "jchew@abc.com.my"    newMail.From = "webmaster@abc.com.my"    newMail.Subject = "HE...
Zones: ASPDate Answered: 09/13/2000 Rating: 7.4 Views: 0
Hi how do i make my VB programe sent a mail to a partticular address without having the person to have outlook or any e-mail client?
Zones: Visual Basic, WinsockDate Answered: 06/16/2001 Rating: 8.2 Views: 0
I build an application (DLL) for sending mail using CDO.DLL on a W-NT machine using VB6.0 Now I upgraded to W2000Pro and the mail Dll didn't work anymore. I traced the problem and the result ...
Zones: Visual BasicDate Answered: 05/10/2001 Rating: 6.8 Views: 0
I have a need to email an entire access database via a button once the database has been updated, please don't ask why!! i.e. onclose email (sendto) name@domain.com Can anyone tell me how to do ...
Zones: MS AccessDate Answered: 11/29/2001 Rating: 9.0 Views: 0
I want to use LotusScript to create e-mails for other Notes client users.  These e-mails should show correctly formatted HTML code, rather than just showing the tagged text (as you'd see in Notepad...
Zones: Lotus NotesDate Answered: 01/28/2002 Rating: 7.8 Views: 0
just curious as to how I could send multiple database records through mail()...have to wrap all associated records for a customer in my db and send it as an order invoice in table form. Also I am p...
Zones: PHPDate Answered: 04/24/2003 Rating: 6.8 Views: 0
How, if it is possible, do I send the same email to different contacts without showing the rest of the list to each contact.??? Thanks
Zones: Outlook GroupwareDate Answered: 05/12/2003 Rating: 7.8 Views: 0
Hai all,  I want to send mail to my address from the user automatically. I can able to do this if the user configured Outlook ( using Outlook.Application and MailItem) But if he configured...
Zones: Visual BasicDate Answered: 10/14/2003 Rating: 6.0 Views: 0
Hi, i have the following code that uses a memo to store  e-mail addresses, the memo loads the address from a file and mails to all the addresses, I need to know if you can load it directly from a ...
Zones: Delphi ProgrammingDate Answered: 11/05/2003 Rating: 8.8 Views: 0