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
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11252094.htm...
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11429758.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20114166.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20241780.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20593781.htm...
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
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_20613806....
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20766027.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20788399.html