Skip to main content

Emails sent from forms issue

Comments

5 comments

  • 24x7server
    Hi, If that is a mail through a PHP file, then you have to ask a PHP developer to check the PHP files code whether he has included a proper email sections in it with proper codes. This would be a server issue only if you get the same thing through webmail also.. Did you check by sending a mail through webmail to see if also gives the same result or is it okay?
    0
  • Nicholas-MAH
    Well the customer who these 2 servers me host are hosting both Wordpress, PHP and HTML based websites, I think there is also some Joomla on there as well. None the less, the issue is that forms are sending emails to customers/web owners as "customersdomain@serverhostname.com". This is causing some serious impact for the customers hosted across the two servers and also causing a flood of support tickets. haha. So I am hoping to resolve this asap. Happy to provide more detailed information if required. Just name the required.
    0
  • cPanelMichael
    Hello, The best way to address this issue is to ensure the script used to send the email uses SMTP authentication. Here's another thread on this topic: Addon Domain Email coming from cPanel id and hostname Thank you.
    0
  • Nicholas-MAH
    Hello, The best way to address this issue is to ensure the script used to send the email uses SMTP authentication. Here's another thread on this topic: Addon Domain Email coming from cPanel id and hostname Thank you.

    Hello @cPanelMichael The issue follows: The customer hosts WordPress, PHP and HTML websites. THey face an issue with Password reset emails for WordPress that comes from "cpanelusername@hosting.server1.com.au" and "cpanelusername@hosting.server2.com.au". (I have used my company domain here, in the hope this will help to increase in my explanation) EXAMPLE: server1.example.com.au Mail from WordPress forms come from: myaushost@server1.example.com.au not from noreply@example.com.au Mail from web-based PHP forms comes from: myaushost@server1.example.com.au and sends to the customer as myaushost@server1.example.com.au which means the customer replies using myaushost@server1.example.com.au instead of hello@example.com.au. So the link you provided doesn't really resolve this issue. (server 1) and domain.com.au (server 2), domain.com.au the password reset form emails do not arrive as they are filtered by the receiving cPanel as spam, as the From address is the server address (eg cpanelusernames@hosting.server1.com.au and cpanelusernames@hosting.server2.com.au) Thanks,
    0
  • cPanelMichael
    Hello, The scenario you have described is the same issue referenced on that thread. Emails sent through PHP scripts such as WordPress will always use the username@serverhostname.tld email address when SMTP authentication isn't used. For example, with WordPress, here's a plugin you may find helpful: Postman SMTP Mailer/Email Log Thank you.
    0

Please sign in to leave a comment.