About 15,100 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 good chance …

  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 actual …

  3. 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 they will have …

  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 Powershell …

  5. 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 would give gmail …

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

    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?

  7. How to get the SMTP server from email address - Stack Overflow

    May 29, 2013 · 3 You find the SMTP server of a domain by taking the host part of the email address (qorosauto.com in your example) and looking up the MX record for it.

  8. 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 to …

  9. 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

  10. Jenkins & Email Extension Plugin - Sending email with office365 SMTP ...

    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 name when …