HI !
Is it possible to use macro SC_SEND_MAIL if I use Gmail account
I try to config like this :
$mail_smtp_server = ‘smtp.gmail.com’;
$mail_smtp_user = ‘<myusername>’;
$mail_smtp_pass = ‘<mypassword>’;
…
…
$mail_port = ‘465’;
$mail_tp_connection = ‘S’;
But it did not work, I do not know that we can use gmail with sc_send_mail or not
or I mistake in configuration
Thank
psuwan