Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [smtp]

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

smtp
-1 votes
0 answers
11 views

How do I get an authorize redirect URI, please? [closed]

Newbie here. I've been trying to solve this for four hours but just keep going round in circles. I am trying to install Gmail SMTP on my Wordpress site. I have been following the instructions here: ...
LesX's user avatar
  • 1
0 votes
0 answers
10 views

A connection attempt failed because the connected party did not properly respond after a period of time, or

I am getting error in c#. This is my code; public static class EmailService { private static WhistlerLogger _logger = new WhistlerLogger(typeof(EmailService)); public static bool ...
Aki's user avatar
  • 1
0 votes
0 answers
12 views

Express nodemailer custom headers not getting set in the email which is being sent to the reciever user

I have a backend application built with Express.js, and I'm using Nodemailer to send emails. I need to set custom headers in the emails so that I can later read my inbox and group those emails ...
Shubham More's user avatar
0 votes
0 answers
27 views

telnet Connection to SMTP Server Immediately Closed, but nc Connection Succeeds

I am experiencing an issue where telnet immediately closes the connection to my SMTP server, while nc successfully connects to the same port. Here's what I've observed: When using telnet to connect ...
高孝先's user avatar
0 votes
0 answers
49 views

Laravel11 SMTP and verify Mail

I'm new in the laravel world and setup a complete new laravel11 environment with composer. I implemented the login and register option for the frontend with the documentation https://laravel.com/docs/...
sxbxstxxn's user avatar
0 votes
1 answer
19 views

How to add my PDF file which I have placed in my folder to this SMTP mail?

I want to send my attached PDF with message to the user. I have my website files in my server in Public_htm folder. There I have created folder with name "wp-regpdf". in this folder when ...
jitender kumar's user avatar
0 votes
1 answer
25 views

Sending email in C# using System.Net.Mail.SmtpClient and Rackspace SMTP

We recently moved our email addresses to be hosted at Rackspace. I needed to update my C# code for sending email from our website using SMTP. Doing some searches I found that the settings should be: ...
Eric Barr's user avatar
  • 4,097
-2 votes
0 answers
27 views

linux send mail configuraiton [closed]

I'm trying to send html email with sendmail plugin on linux. But I need to set smtp server url how can I set while sending this mail. ( echo "To: [email protected]" echo "Subject: Test"...
Emrahall's user avatar
0 votes
0 answers
14 views

How to send Mail with Dynamic Sender in Laravel 10 [duplicate]

I am stuck here I want to send mail in Laravel 10 Mail Class with dynamic email address.I am using Hostinger for hosting & mail both. I have searched alot but the available solutions they are ...
Ahmed Ibrahim's user avatar
0 votes
0 answers
13 views

Some Question about encode ‘From’ and ‘To’ in email

I'm trying to sending email by python's smtplib and email.I found a class email.header.Header using to encode the header of email.It can be used like: import smtplib from email.mime.text import ...
李子田's user avatar
-1 votes
2 answers
24 views

Active Directory Federation server - verification code by email

Does anyone know where or how I can set SMTP server details in the Active Directory Federation Service? I need this so ADFS can send a verification code to someone's email address. My setup includes ...
Victor L's user avatar
-1 votes
0 answers
27 views

sending email through fastAPI_mail

env_values = dotenv_values(".env") env_values = dict(env_values) config = ConnectionConfig( MAIL_USERNAME =env_values["USER"], MAIL_PASSWORD = env_values["PASSWORD&...
Himanshu's user avatar
0 votes
1 answer
26 views

Cannot connect to aiosmtpd server from non-localhost

I have an SMTP server set up using aiosmtpd, while I can use telnet to send SMTP emails on my own local machine; if I try to telnet to it from anywhere else, I get Could not open connection to the ...
klade's user avatar
  • 3
0 votes
0 answers
22 views

Rails 7 ActionMailer SMTP server with ntlm

I try to setup ActionMailer with NTLM. I use this gem https://github.com/macks/ruby-ntlm and this example Ruby/Rails ActionMailer not working with NTLM. My configuration is: config.action_mailer....
Myth Rush's user avatar
  • 1,107
0 votes
0 answers
28 views

PHPMailer Intermittent SMTP Error (OVH Server)

I've been having this problem for a while now. I am intermittently getting an error when using PHPMailer to send mail from my OVH hosted email address using SMTP. I have now setup a test file with ...
BogusFeet's user avatar

15 30 50 per page
1
2 3 4 5
805