| View previous topic :: View next topic |
| Author |
Message |
montanarry Enthusiastic Coder
Joined: 13 May 2006 Posts: 175
| |
PaulKolin Enthusiastic Coder
Joined: 25 May 2006 Posts: 108
|
You can run it on the same server without problems (ssmtp)
This setup actually expects the ssmtp server to be on the same machine, as it's directly calling the binary
Reply with quote
|
| |
|
|
montanarry Enthusiastic Coder
Joined: 13 May 2006 Posts: 175
|
Roombor, if your provider lets you send mails without authentication to its smtp-servers, yes.
Reply with quote
|
| |
|
|
PaulKolin Enthusiastic Coder
Joined: 25 May 2006 Posts: 108
|
montanarry, ehmm with ssmtp you are your own smtp-server...
Ssmtp is full smtp server
Just with very little functionality besides sending mail out
Reply with quote
|
| |
|
|
montanarry Enthusiastic Coder
Joined: 13 May 2006 Posts: 175
| |
PaulKolin Enthusiastic Coder
Joined: 25 May 2006 Posts: 108
|
No, it's only there to send mail, which is what an smtp server should only do
Delivering mail is the job of a MDA
Reply with quote
|
| |
|
|
PaulKolin Enthusiastic Coder
Joined: 25 May 2006 Posts: 108
|
Have a local smtp-installation.
Which either means you need ssmtp and a smtp-server or a smtp-server on the php-running box.
In both cases you should have a "sendmail" command which is working. if you don't have, php can't send email (afaik)
but you may try to get some processing time
Reply with quote
|
| |
|
|
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
|
:), I installed ssmtp, I kind of thumbled through the config of it, I was concerned with mailhub= var in the config. Am I right in thinking that you only need ssmpt and nothing else to send emails from php?
Reply with quote
|
| |
|
|
PaulKolin Enthusiastic Coder
Joined: 25 May 2006 Posts: 108
|
As long as you have a smtp-server running accepting mails from the php-running box (the one you installed ssmtp on) without further authentication and stuff - yes.
Reply with quote
|
| |
|
|
ovigo22 Enthusiastic Coder
Joined: 15 May 2006 Posts: 130
| |
|