Search found 2 matches

by pavelbedi
19 Nov 2017, 16:00
Forum: Help
Topic: Email Settings for Company Email not sending emails
Replies: 6
Views: 12291

Re: Email Settings for Company Email not sending emails

I've solved it!

Code: Select all

$g_return_path_email = 'email@domain.com';
must be same as

Code: Select all

$g_smtp_username = 'email@domain.com';
by pavelbedi
11 Nov 2017, 11:05
Forum: Help
Topic: Email Settings for Company Email not sending emails
Replies: 6
Views: 12291

Re: Email Settings for Company Email not sending emails

I have problem too. If I set camosoft@camosoft.cz it not work, but if I set name@camosoft.cz it work. It is strange. PHP mail() work only if I test it, but for notifications not working.