sc_mail_send

Hi
I am trying to configure an aplication with sc_mail_send but i can’t get succes.

sc_mail_send(“smtp.gmail.com”, “myuser@gmail.com”, “password”, {email_from}, {email_to}, {subject}, $message, “H”, “” , “”, 465, “TLS”, “”);

i don’t know if i’m doing something wrong. i’m following the instructions in the users manual. but i can get success.

I hope you can help me with this issue.

Thanks in advance.

Re: sc_mail_send

Looks like you’re trying to create a secure connection to a host (TLS), I’d hazard a guess, but SC probably doesn’t support that.