hi b,
we can't send email same smtp settings used in dotProject (for example).
is it because the Project'Or RIA smtp settings need to translate thru native php protocol before it's sent via smtp?
maybe i'm talking out of my ass & only guessing. but i did already search & read previous posts re: SMTP. :dry:
regards,
yankeeeeeeeee doodle
Hi,
I don't know about dotProject settings.
In Project'Or RIA; there are 2 ways to configure mail server :
- anonynous : it is defaut mode, using PHP mail() function. this mode only requires smpt host and port (default is localhost:25
- authentified : it is advanced mode, using sockets. this mode also requires login/password. for this mode the syntaxe for host is slighty different as it should include the protocole.
You will find some examples in the online help [F1]
RTFM.