sc_mail_send port 587

sc_mail_send(’-’, ‘-’, ‘-’, ‘-’, {email}, $stato.’ ‘.$data.’ ‘.‘ore’.’ ‘.$time.’-’.$invio.{id}.’.’.{title}, $testoprezzo.’-’.{prezzo_assistenza}.’-’.$note.’-’.$extra, ‘H’, ‘’, ‘H’, ‘’, ‘’,’’, );

my script works , but i want use port 587…help me…thanks.

See help …:

sc_mail_port.png

i try not works…i put port and S see script:
sc_mail_send(’-, ‘-’, ‘-’, ‘-’, {email}, $stato.’ ‘.$data.’ ‘.‘ore’.’ ‘.$time.’-’.$invio.{id}.’.’.{title}, $testoprezzo.’-’.{prezzo_assistenza}.’-’.$note.’-’.$extra, ‘H’, ‘’, ‘H’, ‘465’, ‘S’,’’, );

In your script you try to use port 465 … But, you tried to use your mail server with port 587 via console or other mailer? Is that ok?