smtper | One simple SMTP email class by php | Email library
kandi X-RAY | smtper Summary
kandi X-RAY | smtper Summary
One simple SMTP email class by php
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- get command
- Send command to server
- Send command to server
- Connect to socket
- Add an attachment .
- Set the recipient s BCC address .
- check socket security
- Set the receiver
- Set the bcc address
- send command to server
smtper Key Features
smtper Examples and Code Snippets
Community Discussions
Trending Discussions on smtper
QUESTION
I configured my mail server (Ubuntu 18, Postfix, Dovecot, TLS). I use MySQL for storing email accounts. It seems [almost] everything is working.
1) I can read and send messages from a local server (a Digital Ocean Droplet)
2) I can send emails using this tool - https://www.smtper.net/
3) I can read but I can't send emails using desktop clients like Thunderbird.
I can't understand why I can send emails using https://www.smtper.net/ but can't using eM Client/Thunderbird/Outlook/etc.
smtper.net:
eM Client:
Postfix logs:
...ANSWER
Answered 2019-Apr-04 at 12:19This helped me -> Enabling submission port support for Postfix
https://major.io/2007/07/04/enable-submission-port-587-in-postfix/
QUESTION
I tried all the steps which are prompted in win server 2012 r2 relates answer including its related answers and particular PHPMailer too.
But still, I'm running with the same issue. Additionally, have checked about port 25 is running no firewall issue here.
If anyone can help me, it's really appreciated.
NOTE:
Win server 2012 r2 relates answer
PHPMailer answer
server fault answer Thanks
UPDATE
...ANSWER
Answered 2019-Mar-07 at 18:27Two mistakes.
You’re not calling isSMTP()
, so none of your SMTP config is having any effect, and it’s using the mail()
function, as I said in my comment.
In your SMTP config, you’re using SMTPSecure = ‘ssl’
on port 587. That combination will not work; either change to port 465 or switch to ’tls’
mode.
All of the SMTP code examples provided with PHPMailer follow this pattern, and it’s documented extensively in the troubleshooting guide.
All in all this is why you need to search before you post, read docs, and post your code in your question.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install smtper
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page