The default SMTP port number for Bosch IP cameras is 25. The required SMTP port can differ depending on the service provider. From FW 5.80.0073 onwards it is possible to change the SMTP port using Alarm Task Script Language (ATSL).
Related Products:
IP cameras
Check out the section Alarm Mail of the ATSL documentation, there is detailed description of each required parameter.
Example script:
AlarmMail mail:={IP("172.21.2.201")To("receiverl.address@test.com")Port(993)Layout(Standard)Format(Small)Camera(1)From("sender.address@test.com")Login("User")Password("Password")};
if(Input(1))then mail;
if(Input(2))then mail;
if(Input(3))then mail;
Note: Firmware 6.30: it is not possible to change the SMTP port via Web Interface