Hi ,
i have another open source software at my company server and can send mails with my mail adress, but with projectorria can not send,
could you check the image attached?
left one is other sofware settings works well, rigt one is projectorria settings,
where can be the problem ?
Image is not attached :unsure:
Hi,
For autentified connection, format for host is specific. It should be prefixed with protocole (ssl:// or tls:// or smtp://)
Have a look at user manual for example.
(Your other php code uses PhpMailer Library. Very Good one. Maybe will be included in Project'Or RIA in a next version)
Hi,
Tried 3 protocol you wrote but still not sending mail,
it can be cause of port?
And i tried to ping smtp server with 3 protocol you wrote but can not find the server,
without protocol ping is ok.
Any idea?
Have you tried anonymous access (without protocole, without user / password) ?
yes now tried, no way, not works
it works !!
smtp server:myserver.net
smtp pass:(blank)
port:25
smtp login : my mail
administrator mail: not important
from email: my mail
reply to email: my mail
Hi,
Happy to know it works. :woohoo:
It is configuration I proposed as "anonymous access" (no password, no login).
Port 25 is defaut so it should have worked.
For information, administratior mail is not important to send mail.
It just appears on some exceptions raised to the user "An error occured at XX:XX:XX, please contact your adminsitrator : adminEmail"
yes you are riht when i remove smtp login, it also worked,
port is necessary i think,
i tested and connected via telnet to smtp server from port 25 😉
thanks for your help !!
Your other php code uses PhpMailer Library. Very Good one. Maybe will be included in Project'Or RIA in a next version
Does this mean we (end users) can expect new features regarding e-mails in v4.0? :woohoo:
Or is it sort of an "infraestructure-only" improvement? 😛
Cheers!
No new feature to expect 🙁
PhpMailer will just ease configuration.
... and note that it will be included in a next; not in the next version B)
