cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
737
Views
5
Helpful
1
Replies

UCCX SendMail Step

scr.sybex1
Level 1
Level 1

Dear,

I have a UCCX Mail Script that record voice and send that voice as attachment to mailbox.

everything works fine. until the mail policy changes, they change default smtp port from 25 to 587, and disable sending anonymous email.

in uccx webpage on subsystems>eMail i couldn't configure the port and user for authentication.

is there anyway on CLI or other Script to do such things.

thanks

1 Accepted Solution

Accepted Solutions

Anthony Holloway
Cisco Employee
Cisco Employee

There's nothing native/easy, but you could look at @Gergely Szabo 's post here:

https://community.cisco.com/t5/collaboration-voice-and-video/uccx-quick-java-recipes/ta-p/3113801#mailjava

And then likely adapt the authentication piece from here:

https://blog.mailtrap.io/jakarta-mail-tutorial/

Otherwise, maybe just ask about white-listing your UCCX server IP Address so it can send SMTP without authentication.

View solution in original post

1 Reply 1

Anthony Holloway
Cisco Employee
Cisco Employee

There's nothing native/easy, but you could look at @Gergely Szabo 's post here:

https://community.cisco.com/t5/collaboration-voice-and-video/uccx-quick-java-recipes/ta-p/3113801#mailjava

And then likely adapt the authentication piece from here:

https://blog.mailtrap.io/jakarta-mail-tutorial/

Otherwise, maybe just ask about white-listing your UCCX server IP Address so it can send SMTP without authentication.