Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Using a Non-Local Mail Server...


Marvin Miller

Recommended Posts

Posted

Hi;

 

I'm wondering if it's possible to use a mail server other then the local host? Is there a contrib for this or some way of making this happen?

Best & Thanks;
Marvin
----------------------
osCommerce 2.3.3.4 

  • 3 weeks later...
Posted

I just started a store, I have have the same question. Instead of using the localhost mail function, i would like to email everything (newsletters, invoices, simple mail) through a remote SMTP server.

 

Any methods how to achieve this?

Posted

unless you control the php.ini file, going to be pretty tough, will take a bit of programming rewriting things for email.

do the mail servers you are wanting to use require smtp authentication?

Posted
unless you control the php.ini file, going to be pretty tough, will take a bit of programming rewriting things for email.

do the mail servers you are wanting to use require smtp authentication?

 

 

Yes, Mibble. I would like to either give the database of email addresses to the smtp server and then process the newsletter, or do it through the admin tool in the shopping cart and authenticate to an external smtp server.

 

Otherwise, I guess I'll just have to pull of the addresses from my database and process them a different way.

Posted

for a newsletter, i would do it external from osCommerce, thus you can control easier, who is subscribed and who is not. if someone chooses to unsubscribe, all they have to do is click on a link via their email, same with subscribing.

 

Yes, Mibble.  I would like to either give the database of email addresses to the smtp server and then process the newsletter, or do it through the admin tool in the shopping cart and authenticate to an external smtp server.

 

Otherwise, I guess I'll just have to pull of the addresses from my database and process them a different way.

Posted

there a re a few ways listed in the contributions, search for smtp

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...