Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

email < smtp via...
 
Notifications
Clear all

email < smtp via php?

2 Posts
2 Users
0 Reactions
5,811 Views
yankee_doodle
(@yankee_doodle)
Posts: 12
Active Member
Topic starter
 
[#1383]

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

 
Posted : 18 Sep 2013 6H57
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 18 Sep 2013 14H33
Share:

Scroll to Top