Forum Discussion
mattb
Staff
4 years agoHi,
It seems like you declare that port in the script.
IE in python :
mConfig.Fields.Item[schema + "smtpserver"] = "ServerName" # SMTP server
mConfig.Fields.Item[schema + "smtpserverport"] = 465 # Port number
So whatever port number you and your organization decide on for communication of this mail.
- nathanginoza4 years agoContributor
mattb Thanks for some feedback. I am using the built in function "SendMail" and there is not info on setting the ports.
I have also opened a helpdesk ticket for this.
Nathan
- Marsha_R4 years ago
Champion Level 3
Please post the answer you get from Support so others can find the answer. Thanks!
- nathanginoza4 years agoContributor
Will do when I hear from Support.