Top "Smtp" questions

Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (e-mail) transmission across Internet Protocol (IP) networks.

Laravel default mail not working

Im attempting to send a user activation email upon registration. I have a simple laravel site with registration and authentication. …

php email laravel smtp
The SMTP server requires a secure connection or the client was not authenticated

I am getting this error The SMTP server requires a secure connection or the client was not authenticated. The server …

c# asp.net-mvc-2 smtp
SMTP AUTH extension not supported by server

Using python I want to send email from my app but it shows the error SMTP AUTH extension not supported …

python smtp smtplib
Local SMTP server that can be used for testing and development - won't actually deliver mail

When I'm developing something that sends email, I sometimes don't want to actually send any email, but I do want …

windows-7 smtp
Rails 4, how to correctly configure smtp settings (gmail)

I am trying to create a contact form in Rails 4. I did some digging around here and was able to …

ruby-on-rails email ruby-on-rails-4 smtp
PHPMailer to use Gmail as SMTP server.Could not connect to SMTP host. Mailer Error: SMTP Error: Could not connect to SMTP host

i am trying to use phpMailer to send confirmation messages to users via email. my code is this: <?php …

php ssl smtp gmail phpmailer
Unable to send SMTP mails using office365 settings

I am using SMTP mail for sending mail using Laravel. Everything working perfect other than office365 mail settings. Settings I …

laravel email outlook smtp office365
getting "530 5.7.0 Must issue a STARTTLS command first." error when sending mail via netcat

I'm trying to send an email with netcat, this is what i get: ****-MacBook-Pro:~ ***$ nc smtp.gmail.com 25 220 mx.google.…

smtp netcat
SMTP STARTTLS certificate negotitiation via telnet

I am trying to start tls in sendmail, but I do not know how to use certificate. Please suggest me …

smtp telnet starttls
Send Email via C# through Google Apps account

I have a standard Google Apps account. I have setup a custom domain through Google Apps. I am able to …

c# smtp google-apps