About 13,400 results
Open links in new tab
  1. How to figure out the SMTP server host? - Stack Overflow

    Type dig domain.name MX and hit enter where domain.name is the domain you are trying to find out the smtp server for. If you do not get any answers back from your dns server, there is a …

  2. How to add a display name to mail sent via SMTP - Stack Overflow

    It throws this exception - The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. I think that is the …

  3. How can I get the SMTP host name from email address?

    Jul 26, 2012 · I got the MX records using the domain name of the email address, but I realized that it actually gives the available incoming SMTP server names. For example gmail.com …

  4. How to get SMTP server name through PowerShell when …

    Feb 5, 2016 · If properly defined, the SMTP server address, either host name or IP, can be set through the SCP record in AD or Autodiscover DNS record of Exchange Server. There is a …

  5. Connecting to smtp.gmail.com via command line - Stack Overflow

    Oct 4, 2009 · 6 Gmail require SMTP communication with their server to be encrypted. Although you're opening up a connection to Gmail's server on port 465, unfortunately you won't be able …

  6. c# - How to find smtp server name - Stack Overflow

    Aug 22, 2014 · This is the address of the SMTP server you want to use. e.g. smtp.gmail.com if you're using Gmail. Search you email or hosting provider's website for "SMTP". Most likely …

  7. The remote name could not be resolved when sending mail using …

    Sep 28, 2016 · The remote name could not be resolved when sending mail using SMTP with Host as IP address Asked 9 years, 2 months ago Modified 4 years, 7 months ago Viewed 33k times

  8. Jenkins & Email Extension Plugin - Sending email with office365 …

    Sep 4, 2024 · I am trying to use my office365 SMTP server to send email notifications for failed pipelines with Jenkins using the Email Extension plugin. I'm getting a 501 5.5.4 Invalid domain …

  9. How to change sender name (not email address) when using the …

    May 14, 2015 · Mailbox shows the sender name as "Apache", because the mail I am autosending is being sent from a Perl CGI program. How do I change it to something else?

  10. What is correct settings for sending email through godaddy SMTP?

    Aug 14, 2019 · Failed to connect to server: Connection refused (111) means "there's no server listening at the server and port provided." Either the port or the host is wrong, or the service is …