PHP Help

Status
This thread has been locked.

Severingcastle8

Backend Web Developer
Supreme
Feedback score
27
Posts
736
Reactions
270
Resources
0
I was wondering with PHP is it possible to send SMTP mail without using another library like PHPMailer ? I dont wnat to use it but I dont know how easy it would be to do it on my own and how easy it would be to make a php smtp mailer.

If you have a snippet of code you can give me to send SMTP Mail without PHPMailer or something you can add me on discord, but if you found an article or something on it please just post it below.

Please contact me on discord if you can help me do this: YesImSevy#0010
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0

Severingcastle8

Backend Web Developer
Supreme
Feedback score
27
Posts
736
Reactions
270
Resources
0
I believe you can just use the 'mail();' function if im not wrong. Example usages: `mail($to, $subject, $message, $headers)`
Thats just normal php mail which shows the email it was sent from as `[email protected] via px15.net ` with smtp thats not the case.
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
Thats just normal php mail which shows the email it was sent from as `[email protected] via px15.net ` with smtp thats not the case.
I meant to clarify to the user that you're looking to send SMTP mail, not mail that gets sent to the spam folder.
 

Severingcastle8

Backend Web Developer
Supreme
Feedback score
27
Posts
736
Reactions
270
Resources
0
I meant to clarify to the user that you're looking to send SMTP mail, not mail that gets sent to the spam folder.
exactly thts why I want to do SMTP. So its not just in spam and it doesn't show `sitename@(hostingcompany_cpanel_link) via (domain)`
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
463
Reactions
222
Resources
0
Status
This thread has been locked.
Top