handbook/tools/Others/Spamming/SMTP/SMTP-Mailer-and-PHP-Mailer.md

35 lines
1.5 KiB
Markdown
Raw Normal View History

2024-08-30 23:07:22 +00:00
## Mailer
Using an application (Ex: Ultra Mailer Pro) to log with the SMTP credential. You will then be able to create a list of email directly in the program and create campaign (Spoofing Email is usualy available)
![[Pasted image 20221213072740.png]]
Steps
- Launch Ultra Mailer Pro
- Login with the SMTP info (SMTP Server and port) and username / password
- Create template and import users
- Send the campaign
Purchase ---> [HERE](https://xleet.pw/)
More information ---> [Episode (28)](https://drive.google.com/drive/folders/1OupQx076SN-RSGCMZuPwUWocciEZkShd)
## PHP Mailer
Using a server (Hosted vias Cpanel). You will need to uplaod a PHP code ([PHP Mailer](https://gist.githubusercontent.com/leafm/17ce15b383086dca5ec1667d3a1daf6e/raw/4f8f4d74f447587f9b336e5acb8b6b7c8c0032f8/leafmailer.php)) into the public_HTML. Every website has a default mailing service (For they contact form), so you can use the server mailer to send your emails using a php code you have create (PHP code offer more options)
Dont use the default Email Sending option from the Cpanel (Limited Options)
![[Pasted image 20221213072810.png]]
Steps
- Get Cpanel information to login
- Get to the public_HTML file
- Upload the PHP mailer ([PHP Mailer](https://gist.githubusercontent.com/leafm/17ce15b383086dca5ec1667d3a1daf6e/raw/4f8f4d74f447587f9b336e5acb8b6b7c8c0032f8/leafmailer.php))
- Use the Mailer
Purchase ---> [HERE](https://xleet.pw/)
More information ---> [Episode (28)](https://drive.google.com/drive/folders/1OupQx076SN-RSGCMZuPwUWocciEZkShd)