Marvin Miller Posted April 1, 2005 Posted April 1, 2005 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
justtroy Posted April 18, 2005 Posted April 18, 2005 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?
Guest Posted April 19, 2005 Posted April 19, 2005 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?
justtroy Posted April 20, 2005 Posted April 20, 2005 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? <{POST_SNAPBACK}> 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.
schreyack Posted April 24, 2005 Posted April 24, 2005 I have the same request. I need to be able to use an external SMTP server that requires authentication.
Guest Posted April 24, 2005 Posted April 24, 2005 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. <{POST_SNAPBACK}>
Guest Posted April 24, 2005 Posted April 24, 2005 there a re a few ways listed in the contributions, search for smtp
Recommended Posts
Archived
This topic is now archived and is closed to further replies.