Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Problem sending messages when mail server in different machine than web server.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
r_llaurado  
View profile  
 More options Sep 12 2007, 12:08 pm
From: r_llaurado <r_llaur...@yahoo.com>
Date: Wed, 12 Sep 2007 09:08:21 -0700
Local: Wed, Sep 12 2007 12:08 pm
Subject: Problem sending messages when mail server in different machine than web server.
Dear colleagues,

I had used the email_message class for almost a year now. I use it in
servers configurations where the web server is running in the same
machine where is running the mail server.

Now I need to use this component in a system installed in a web server
that is running in a different PC than the mail server and the
component is not sending any mail.

How could I fix this problem?

Thank you in advance for your help.

Rafael


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Manuel Lemos  
View profile  
 More options Sep 12 2007, 4:40 pm
From: Manuel Lemos <mle...@acm.org>
Date: Wed, 12 Sep 2007 17:40:03 -0300
Local: Wed, Sep 12 2007 4:40 pm
Subject: Re: Problem sending messages when mail server in different machine than web server.
Hello,

on 09/12/2007 01:08 PM r_llaurado said the following:

> Dear colleagues,

> I had used the email_message class for almost a year now. I use it in
> servers configurations where the web server is running in the same
> machine where is running the mail server.

> Now I need to use this component in a system installed in a web server
> that is running in a different PC than the mail server and the
> component is not sending any mail.

> How could I fix this problem?

This is an often misunderstood problem.

To send messages you do not need a SMTP mail server. A SMTP mail server
is only needed to receive messages. You need an MTA, like sendmail,
qmail, etc.. Every Linux or Unix like system comes with an MTA for
deliverying messages.

You only need to relay messages for delivery in another machine if for
some reason your Web server is blocked in a firewall from sending messages.

In that case you need only change the delivery class from
email_message_class to smtp_message_class. Take a look at the
test_smtp_message.php script for an example.

--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google