handbook/tools/Others/Spamming/SMTP/SMTP-Mailer-and-PHP-Mailer.md
2024-08-31 01:07:22 +02:00

1.5 KiB

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

More information ---> Episode (28)

PHP Mailer

Using a server (Hosted vias Cpanel). You will need to uplaod a PHP code (PHP Mailer) 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)
  • Use the Mailer

Purchase ---> HERE

More information ---> Episode (28)