Q: Does Collabtive support SMTP clients like gmail and other services requiring it to be secure and state ports?A: Ok, yes this wonderful script does support SMTP on that level!As most SMTP classes these days it allows the ssl:// protocol and :[port#] suffix.
Simply go into
System administration, then down to the email settings.
Set
Method to "SMTP", and in the
Server field put;
- Code: Select all
ssl://smtp.gmail.com:465
or
- Code: Select all
ssl://smtp.gmail.com:587
As for the
SMTP username, this will be the full email of a standing account, ex:
yourname@domain.com.
And for
SMTP password, this will be the same as if you were logging into your email.
NOTE: If using SSL (like gmail for instance) regardless of what you put in the
Sender e-mail field, it will default to the SMTP username, however the
Sender name will still reflect.
------------------
This also stands for other SMTP methods seeking ports and the secure linking... but this should be enough to wrap your heads around what needs to be done to make it work.