Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'ve recently been having issues sending email from my web application. I keep getting a connection refused exception from the mail relay (and it\'s always the same mail relay). After some thorough d
I am building a web application that will also allow my users to register/transfer a domain and manage email addresses through my application. However, I\'m not exactly sure how to do that yet. I thin
I am helping a friend set up a website at Drupal Gardens. The domain is www.fromtheheartyoga.com. Previously the site was hosted at Modwest. While at Modwest I set them up with gmail/Google Apps for b
I host a spread of different domains that all use my (one) mail-server to send and receive mail. When sending mails, sometimes, my mail gets rejected by the receiving end, marked to the recipient as \
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am using Heroku for my site hosting, and Zerigo for DNS开发者_如何学JAVA magagement. I\'m trying to setup Google Apps email, but I can\'t add the last MX record (ASPMX5.GOOGLEMAIL.COM.) because I ha
It\'s widely known, that probably the best method to achieve that is the SMTP transaction with the MX server during which we\'re \"emulating\" sending the mail (HELO, MAIL FROM, RCPT TO - 250 response
How to, using PHP, ping an SMTP server and check MX records? I\'m willing to write a script such as the one that can be found on http://bit.ly/z4RE
I am probably missing a piece of understanding about how mail tra开发者_StackOverflow社区nsfer works in order to implement it.