AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: llegrand on October 06, 2013, 01:49:14 PM

Title: mail settings and using more than one email address
Post by: llegrand on October 06, 2013, 01:49:14 PM
In researching about php mail and SMTP I found this citation:

PHP mail uses the settings in PHP.ini to send email through sendmail. Sendmail is a direct path that just hands over the mail you generated to the system's SMTP server, but requires you to build the header for it. PHP mail does not support SMTP authentication, which is required by many mail servers. Since SMTP requires a valid login to send the mail, the headers match the rDNS records allowing a flawless delivery.

In the long run, SMTP email is the only way to guarantee that your email will arrive in the inbox of your receivers. So don’t waste your time with the PHP mail function, instead use a web form that requires SMTP logic.


Can you please address which of the two systems work the best within abantecarte?
If one chooses SMTP  what, if any changes need to be made either within the system,  or within the server?

Additionally,  can more than one email address be used, in either configuration? I would like to use orders@mydomain  for order,  newsletter@mydomain for sending newsletter etc.  I have search Documentation and the board,  but can't find any guidance. 

If we can use more than one email address,  where do we set that up?

Thank you for your response.
Title: Re: mail settings and using more than one email address
Post by: abantecart on October 06, 2013, 09:37:33 PM
It is easier to deal with SMTP. You can use gmail to configure your email with your own domain. https://www.google.com/a

If you want to use PHP mail, you need to make sure that your server can send emails and it is configured properly. This can be sendmail, postfix, or anything else that your server is set up with.

Title: Re: mail settings and using more than one email address
Post by: CTGO.co on August 09, 2018, 07:07:47 AM
Hello guys!

Hosting company asked me to contact support team of Abantecart and ask to configure: (Sending email with SMTP authentication) to be processed and to let Abantecart script sending emails. what you suggest guys ?

Thanks
Title: Re: mail settings and using more than one email address
Post by: eCommerce Core on August 10, 2018, 04:55:31 PM
Check this manual
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings