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 (opens in a new tab)
More information ---> Episode (28) (opens in a new tab)
PHP Mailer
Using a server (Hosted vias Cpanel). You will need to uplaod a PHP code (PHP Mailer (opens in a new tab)) 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 (opens in a new tab))
- Use the Mailer
Purchase ---> HERE (opens in a new tab)
More Information
More information ---> Episode (28) (opens in a new tab)