Search results

Jump to navigation Jump to search
  • $smtp = New-Object Net.Mail.SmtpClient -arg $smtpServer $smtp.Send($emailFrom,$emailRcpt,$emailSubject,$msgBody)
    2 KB (323 words) - 13:45, 25 July 2013
  • === Send Emails via SMTP Server === If you need to configure your WordPress install to use an SMTP server then there is no way to achieve this via the existing admin console
    4 KB (635 words) - 12:52, 11 October 2013
  • === SMTP === service_description SMTP
    9 KB (1,254 words) - 14:48, 5 October 2012
  • Sendmail is an old [[Acronyms#S|SMTP]] server application. Those in the know generally seem to prefer either [ht ...onfig file - <code>/etc/mail/sendmail.cf</code>, and add IP or name of the SMTP server you want to send to...
    4 KB (637 words) - 10:14, 28 July 2015
  • | 25 || TCP || [[Acronyms#S|SMTP]]
    3 KB (412 words) - 08:54, 4 December 2013
  • == SMTP / Email Sending == $smtp = New-Object Net.Mail.SmtpClient -arg $smtpServer
    18 KB (2,187 words) - 13:29, 18 April 2012
  • $smtpSvr = "smtp" # Hostname of your SMTP server $smtp = New-Object Net.Mail.SmtpClient -arg $smtpSvr
    14 KB (1,395 words) - 17:08, 13 July 2011
  • ...cal_Mail_Transfer_Protocol Local Mail Transfer Protocol] - similar to [[#S|SMTP]] but with no support for mail queueing ...Message_transfer_agent Message Transfer Agent], receives and forwards [[#S|SMTP]] emails to other MTA's or local mailboxes
    13 KB (1,990 words) - 13:59, 27 April 2013
  • $smtp = New-Object Net.Mail.SmtpClient -arg "smtp-server.domain.com" $smtp.Send($EmailSender, $EmailRecipients, "ESX-Check: Check failed", $EmailBody)
    18 KB (2,044 words) - 15:34, 26 September 2016
  • $smtp = New-Object Net.Mail.SmtpClient -arg "mailrelay.uk.michaelpage.local" $smtp.Send($msg)
    13 KB (1,288 words) - 19:55, 27 October 2011
  • $smtp = New-Object Net.Mail.SmtpClient -arg "smtpserver" $smtp.Send($msg)
    31 KB (3,550 words) - 08:52, 19 October 2016