If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
These forums remain online primarily for archival purposes. While posting is still possible, it should not be considered a means for support. Please login to our portal and submit a ticket if you require assistance and we'll be more than happy to assist you.
Regular updates are posted to our blog and we will continue to post important notices to the Script Security forum section here. You can subscribe to that forum to automatically receive notifications.
Most of my clients use their isp to send email - this one does not he uses on of his domains - all of a sudden he cannot send: I have attached to pics showing his client set up - which he has not changed the last few months -
Most likely, he is using his ISP to connect to the Internet, then trying to use the email send port, port 25, to send email from his home computer that appears to be coming from his domain.
Many ISPs have port 25 blocked now in an effort to prevent spamming. He can call his ISP and try to have them unblock it, but I have yet to have a customer be successful on that front.
In the meantime, he can use the "Reply To" field in his ISP emails to have the customers reply to his domain name email.
He is using a Mac and his client is Safari - so he can send via our server, but still needs isp unblock port 25? Again, this has worked fine for months, up until yesterday,
I get a support call that trickles in every once in a while on this. It almost always ends up being the isp blocking outgoing mail. It is very common, in my experience, for it to simply work one day and not the next.
Might try deleting the account and re-entering it. Had to do that to Thunderbird today because it wasn't sending or receiving with my Gmail account. I think the account got corrupted during last update some how. Had this happen with other email clients too. Don't forget to backup if necessary.
If it is port 25 being blocked ... you have my sympathy.
"Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha
he has a + instead of an @ (unless mac's do it differently )
I thought + were legal in the username?
Be sure to enable SMTP Authentication in your E-mail client or you may not be able to send mail. If your e-mail client has trouble using a + sign in the login, you can use @, :, or % sign instead.
"Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha
I have tried all variations:
jim%studio7photo.com
Jim+studio7photo.com Jim@studio7photo.com
and have checked requires authentication AND have tested on both Macs and PCS AND different ISPs - nothing has worked - although it used to as I have mentioned.
Never knew that. Though I wouldn't want to tell customer's that, or they would start trying to send people email doing username+hotmail.com or such. Do it one way, or basic users will get confused.
I have tried all variations:
jim%studio7photo.com
Jim+studio7photo.com
Jim @ studio7photo.com
and have checked requires authentication AND have tested on both Macs and PCS AND different ISPs - nothing has worked - although it used to as I have mentioned.
Jim
... you can't be that unlucky. I had to delete and re-create a cpanel email account once but that was after a server move. Run out of space once too. Forward and pop don't mix. Have you submitted a trouble ticket? Maybe Andrew has the answer.
Originally posted by ChrisTech
Never knew that. Though I wouldn't want to tell customer's that, or they would start trying to send people email doing username+hotmail.com or such. Do it one way, or basic users will get confused.
So true ... so sad but so true.
"Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha
I'm not sure of the exact sintax for OS X, but you could try to telnet your smtp server on port 25 (via Terminal, or whatever the Mac commanline shell is called). On Windows and Linux the command is: 'telnet yourdomain.com 25'.
If the remote server replies (usually stating the mail server type and version) you know that packets on port 25 do reach the server, otherwise either your ISP or some sort of firewall are blocking the port...
Comment