On my web server, I have some Presta shops etc and I need them to send mails via php mail () function.
My mail server is running, what changes do I need to do if I wanna use mail ()?
Hi,
you may talk about sender of these emails that is something like web42@app1.server.com.
Or I've installed SSMTP or you can configure sending emails using SMTP server and user in PrestaShop admin.
Code:
apt-get install ssmtp
With ssmtp package you must to change sendmail_path to
Code:
/usr/sbin/ssmtp -t
And there is a my configuration of /etc/ssmtp/ssmtp.conf
its working but emails are send from address set in config (info@example.com), any tips how to send them from address which is /for example presta/ running on (info@myshop.com)?
__________________
IBM Server x3550 797841G, VMWare ESXi 5, Debian 6 Squeeze, ISPConfig 3, multi-server setup
Recent comments
16 hours 53 min ago
23 hours 34 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 13 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 3 hours ago
2 days 7 hours ago
2 days 8 hours ago