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

All Questions

Tagged with
0 votes
2 answers
22 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
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
26 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
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
-1 votes
0 answers
11 views

Could I be throwing away Potential Customers by doing a MX Record Lookup?

If I do email_verification using MX record, it is problematic? I'm marking just the False Return cases in the DB. Not the None Return cases (None returned for Ambiguous Verification). Using python ...
Devansh Garg's user avatar
1 vote
0 answers
34 views

How to Directly Set SMTP Credentials in Laravel Mailer Without Using Config Values?

I'm working on a Laravel project where I need to send emails with different SMTP credentials for each email. Instead of setting these credentials in the configuration files, I want to directly pass ...
Jebin Joseph's user avatar
-1 votes
1 answer
55 views

Google service account OAUTH2 SMTP "555-5.5.2 Syntax error"

I have a simple Java sample to test the connectivity to a Gmail service account. Issue is when i try to connect it says "555-5.5.2 Syntax error, goodbye. For more information, go to 555-5.5.2 ...
Luka S.'s user avatar
  • 33
0 votes
0 answers
54 views

Error: wrong version number when using Nodemailer with mail.com SMTP server

I'm trying to set up Nodemailer to send emails through the mail.com SMTP server, but I'm encountering the following error: Error: AC650000:error:0A00010B:SSL routines:ssl3_get_record:wrong version ...
Aqu1tain's user avatar
0 votes
0 answers
57 views

Sending mail fails with no exception

I use the following code to send email: public static void SendMail(string emailAddresses, string subject, string body, bool isHtml) { var currentSecurityProtocol = ServicePointManager....
Paulo Santos's user avatar
  • 11.5k
2 votes
0 answers
25 views

SMTP server sends 250 but then not responding [duplicate]

I'm currently learning how SMTP works and want to connect to an SMTP server on mail.gmx.net:587 using OpenSSL. I connected to the server like this: openssl s_client -starttls smtp -connect mail.gmx.de:...
blueSheesh's user avatar
0 votes
2 answers
30 views

How to reply emails using emayili in R? How to get the message ID when sending an email with emayili?

I am sending emails with emayili, a great package BTW. I want to send replies to my previous emails. For example, I send an email. Later, I want to reply to that specific email. I know that the ...
Alireza Sadeghi's user avatar
0 votes
0 answers
42 views

PHP, ZendMail, xenForo | stream_socket_client(): SSL operation failed with code 1

I'm using xenForo on PHP7.0 with apache2 and Let's Encript and have problems sending mails with SMTP. For a specific error message I created this script: <?php ini_set('display_errors', true); ...
René's user avatar
  • 1
0 votes
0 answers
36 views

UTF8 characters in PEAR Mail

I'm using the PEAR Mail package to send a message through a contact form via (external) SMTP. The web pages are encoded in utf8 and echoing the form variables displays them correctly. However, ...
Lagavulin16's user avatar
0 votes
0 answers
11 views

Can I set an email to send when the status in the database changes in MySQL versions 5.6 or 5.7? [duplicate]

Can I set up email notifications to send when the status in the database changes in MySQL versions 5.6 and 5.7? I am trying to send emails directly through the database without using any cron jobs. ...
Binoy Paul's user avatar

15 30 50 per page
1
2 3 4 5
348