Jump to content

emails not being recieved..


Martyn334

Recommended Posts

might work fine, but its not best as it will be sending emails from nobody@hostname.com. If your not the server admin or you are the server admin and other people are using phpmail or sendmail in that way, then its going to be pretty annoying to get all the bouncebacks. Maybe I am wrong. I easily could be as I dont manage my servers personally. I have other people for that. =P

Link to comment
Share on other sites

might work fine, but its not best as it will be sending emails from nobody@hostname.com. If your not the server admin or you are the server admin and other people are using phpmail or sendmail in that way, then its going to be pretty annoying to get all the bouncebacks. Maybe I am wrong. I easily could be as I dont manage my servers personally. I have other people for that. =P

 

Hey,

 

Not really, I mean you can send emails so it comes out like person@domain.com the nobody is used only when its not defined in the php script or what ever you have set to the default in the php.ini

 

My understanding of piping is something like this,

 

You setup a forwarder for the email account you want your script to pull from, (support@domain.com) when some ones sends an email over to support@domain.com since you added the forwarder it sends the requested email over to your script. The script then does its magic and sends it back out to what ever you have set using the From headers. This happens again for each email/reply to that piped email. So even if the email does get bounced back since it was sent from the From header in PHP it gets piped or emailed back over to the script.

 

As in this case, make sure you have done everything right and setup a forwarder for your email and assigned it in WHMCS. Other then that just open a ticket with WHMCS as it could be a number of things that could cause this problem....

 

From,

Adam

Link to comment
Share on other sites

i was talking about in general about phpmail and sendmail, not really piping, which piping would have been the correct topic. =P

 

I really think you will see a difference in your email header if you send an email through smtp versus just plain phpmail with no authentication. Give it a try.

Link to comment
Share on other sites

might work fine, but its not best as it will be sending emails from nobody@hostname.com. If your not the server admin or you are the server admin and other people are using phpmail or sendmail in that way, then its going to be pretty annoying to get all the bouncebacks. Maybe I am wrong. I easily could be as I dont manage my servers personally. I have other people for that. =P
You can change that email in the config - support ticket section.
Link to comment
Share on other sites

I just did a test phpmail email and if you look at the top of the header, you will see:

 

Return-path: <nobody@hostname> (this varies per server)

 

if your using smtp, you will see the actual email address that is sending it.

 

Now, yes, when sending with phpmail, you will see the From address as whatever you set it as, but that can always be spoofed anyway. And a lot of spam filters dont like it. They want the return path and the from address to be the same.

 

Its also a good idea to make sure your A record for your domains mailserver, aka mail.domain.com is the same as your servers general ip.

Link to comment
Share on other sites

Yep, now that i have played with it more, i think there is definitely a bug with whmcs and phpmail. i for one never even got the email at my other address, i just got the bcc as admin. It also didnt show up in my email log. I will just continue to use smtp and i recommend you to do the same. Bug should definitely be submitted.

Link to comment
Share on other sites

  • WHMCS CEO

There are no bugs with the PHP Mail() option in WHMCS. Free email providers such as Hotmail and Yahoo are known to block emails from PHP scripts awith the nobody header and even Gmail is starting to do it. You should always use the SMTP option if possible but PHP Mail() will work just fine to most email addresses.

 

Matt

Link to comment
Share on other sites

There are no bugs with the PHP Mail() option in WHMCS. Free email providers such as Hotmail and Yahoo are known to block emails from PHP scripts awith the nobody header and even Gmail is starting to do it. You should always use the SMTP option if possible but PHP Mail() will work just fine to most email addresses.

 

Matt

i do use the smtp option, and emails are not being recieved via support tickets.
Link to comment
Share on other sites

  • 1 month later...
are you sure you have your pipe fwds setup correctly in cpanel mail setttings?
yes as stated works perfectly, just doesnt with hotmail

 

can anyone help me, when i try to add my url to my sigg. i get

 

example: http://www.mydomain.com

 

it turns it self into this code

 

<a href=\"http://www.mydomain.com\'>http://www.mydomain.com\">http://www.mydomain.com</a>'>http://www.mydomain.com</a>

 

and then i get

 

http://www.mydomain.com\'>http://www.mydomain.com\">http://www.mydomain.com

 

with the first url not working, and the second one working..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated