I have problems (the email never arrives) when i try to sent email using php mail and use as a destination this email address (name@example.com) - hosted on Zoho
If i replace the email address hosted on zoho with some gmail one in the same php script, i receive the email instantly.
If i try to sent from gmail to this address and from this one to my gmail it always also work.
In cPanel at my hoster i already choose "Remote Mail Exchanger"
DNS Settings
v=spf1 +ip4:xxx.xxx.xxx.xxx include:zoho.eu ~all
mx mx2.zoho.eu 10
mx mx2.zoho.eu 20
mx mx3.zoho.eu 50
What could it be the source to this problem?
Thanks in advance!
How we can insert header and footer in google docs with google docs api using PHP code
Writing a new and appending a file in PHP without erasing contents
How to combine 2 arrays with the condition that 2 and 5 values will be from the second array?
How to keep the ?error on url if page extension not included?
I have a random number generator that spits out a number between 1 and 5This thing does so every five minutes using a simple script "random
I've read a lot of pages on stackoverflow and other tutorials, but i can't find what's wrong with this oneI've tried removing the body line out of the headers as well, but no success
I'm attempting to set a spinner on a messaging app to be able to filter through "read","sent","unread" and "All messages" There will be a 'filter' field in the JSON data indicating what category a message falls under