My position is, mail can be sent through my contact form ( http://agirsaglam.com/iletisim ) BUT i don’t receive it. I check “sent a copy to yourself”, tried different mail accounts; but the sender accounts also don’t receive the copy of the mail they sent to me.
joomla have my mail by installation, it is gmail. i believe what we did is to make visitors send mail to my gmail account. because settings are like that http://postimg.org/image/59s0q6nqn/ at joomla. this settings SAYS mail sent, but i cant receive them. when i try this settings : http://postimg.org/image/4rxabt1nn/ i get an error while trying to send mail as “smtp connection failed”.
should i look somewhere else than my gmail account? but the sender accounts don’t receive their own mail’s copy also.
I have installed Postfix and configured it, by looking at this tutorial:
THANKS you guys.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
You need to create
/etc/postfix/virtual.db
first, which can be done by running the following command:Don’t forget to restart Postfix:
This comment has been deleted