Top "Smtp" questions

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

javax.mail.AuthenticationFailedException: failed to connect, no password specified?

This program attempts to send e-mail but throws a run time exception: javax.mail.AuthenticationFailedException: failed to connect, no password …

java smtp gmail jakarta-mail
phpmailer - The following SMTP Error: Data not accepted

I'm trying to figure out this issue for 6 hours. But there is nothing to make sense. Here is the scenario; …

php email smtp phpmailer
PHP Swift mailer: Failed to authenticate on SMTP using 2 possible authenticators

When I send an email with the PHP Swift mailer to this server: smtp.exchange.example.com like this: // Load …

php authentication smtp swiftmailer
how to configure smtp settings in web.config

I'm trying to fix an email issue with an inherited website and don't have access to the code (i.e. …

asp.net .net vb.net smtp email-integration
Using gmail smtp via Laravel: Connection could not be established with host smtp.gmail.com [Connection timed out #110]

When I try to use GMail SMTP for sending email via Laravel, I encounter the following error: Swift_TransportException Connection …

laravel-4 smtp swiftmailer
Send mail using localhost SMTP

I am trying to setup SMTP server on IIS for sending mails. The SMTP server is intended to be used …

c# iis-6 smtp
How can I use a local SMTP server when developing on Windows 7?

How can I get SMTP to work on a Windows 7 development box? I used to just be able to turn …

iis-7 windows-7 smtp
How can I set the Sender's address in Jenkins?

I'm sending mail from Jenkins to an anonymous SMTP relay internally. That relay then securely sends mail to exchange online …

email smtp jenkins sender
Change outgoing mail address from root@servername - rackspace sendgrid postfix

So I recently setup my Rackspace server (Ubuntu LAMP stack) to use Postfix and Sendgrid for outgoing email. It works …

email smtp postfix-mta sendgrid rackspace
Sending email via Node.js using nodemailer is not working

I've set up a basic NodeJS server (using the nodemailer module) locally (http://localhost:8080) just so that I can test …

node.js email smtp nodemailer