Apache

To configure an Apache server running PHP, configure php.ini. You will find this file in the PHP installation directory

  • Edit the file and search the section “Mail Function”.
  • Edit the file like the exmaple

1
2
3
4
5
6
7
//php.ini
[mail function]
smtp_server = smtp.tipimail.com
smtp_port = 25
auth_username = your Tipimail SMTP login
auth_password = your Tipimail SMTP password

  • Save file and restart your apache server