Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Jerry on January 01, 1970, 12:00:00 AM

Title: email alerts via CCPulse+
Post by: Jerry on January 01, 1970, 12:00:00 AM
anyone know how to get around the MS security update which creates a dialog box stating "a program is attempting to send an email on your behalf, do you want to allow this ?" click yes or no, when using a VBS script to execute the sendmail command ?
Title: email alerts via CCPulse
Post by: Tony Tillyer on January 01, 1970, 12:00:00 AM
You can disable it by going to Outlook>Tools>Options>Security tab and remove the tick in "Warn me when other applications try to send mail as me" radio button.

...

Found under Google, at:

http://forums.techguy.org/archive/index.php/t157730.html

Tony
Title: email alerts via CCPulse
Post by: Jerry on January 01, 1970, 12:00:00 AM
Tony,

Thanks for the reply but I think that is in outlook express only. That option is not available within Outlook 2000.

Jerry
Title: email alerts via CCPulse
Post by: Tony Tillyer on January 01, 1970, 12:00:00 AM
Apparently, this popup is a security feature of Outlook. There is software out there to autoclick this box but it does not appear that it can be "switched off" not even at Registry level.

Tony
Title: email alerts via CCPulse
Post by: SuperGlide on January 01, 1970, 12:00:00 AM
have you looked at who the application is logged into the machine as?... If outlook can be made to think that the request is coming from a valid user signed into the computer then the alert may not happen...A bit of a long shot though.
Title: email alerts via CCPulse
Post by: Jerry on January 01, 1970, 12:00:00 AM
Thanks for all of the replies , the "click yes" software wouldn't make it past the corporate Network folks, I think one og net engineers is investigating an alternate solution of sending the mail via SMTP instead of using the VBS .sendmail command.
Title: email alerts via CCPulse
Post by: Dan on January 01, 1970, 12:00:00 AM
No, you can't. See this article for the MS explain:

http://support.microsoft.com/?kbid=291387

But do you have to use Outlook for sending your email?