Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help #2477

Closed
nastimch opened this issue Aug 23, 2021 · 15 comments
Closed

Help #2477

nastimch opened this issue Aug 23, 2021 · 15 comments

Comments

@nastimch
Copy link

Hello bro i have sender php that use your scripts but he make it paid not free
i want some trick for crack it i get one but not work with smtp
can you help me !
w3ll.zip

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

If it does something you value, pay for it. I'm not in the business of undermining other people's livelihoods.

@Synchro Synchro closed this as completed Aug 23, 2021
@nastimch
Copy link
Author

and i need feature that when put smtp send list txt not from db
and i want use proxy random in sender ex send 10 mail then change ip sender (ip of localhost )

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

I'm very happy for you.

@nastimch
Copy link
Author

i just ask you bro not tell u for busniss or something just feature request if u don't want help me np

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

PHPMailer is a low-level library. It helps people send one message at a time. If you want to write a system that does more complicated things, like send to lists, you need a different product. One example is PHPList, which uses PHPMailer to do exactly that. I'm not going to write one for you, and higher-level services are not PHPMailer's concern.

@nastimch
Copy link
Author

oh okay bro but i buy some sender php priv8 i show in folder use your php repostry like phpmailerautoload and other 2 files
i want update them my be get new features like encrypt name sender or change proxy of sender random ..

Untitled

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

You're using a very old version, and it's likely that the script that is using those files will need updating before it will work with the current version. If you want to try, you can get the latest files right here on github. There is no such thing as encrypting the sender name, and switching proxies is not up to PHPMailer. FWIW, this all sounds extremely suspicious.

@nastimch
Copy link
Author

i want just replace those 3 files with new one class.smtp and class phpmailer and autload
how do that

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

Those files no longer exist in PHPMailer. There are new equivalents, but the script they are used from will not work with them without other changes. Even then, just changing these files won't get you the features you're asking for anyway. If you want help updating your script, you'll need to ask whoever wrote it, not me.

@nastimch
Copy link
Author

oh okay bro i replace 2 still just phpmailerautoloader where get it
how generate it with composer

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

You can't. That file no longer exists in PHPMailer. It was replaced by composer, which you can use to generate an autoload.php file, however, all this will require changing the script that calls it - just dropping in some other file isn't going to work.

@nastimch
Copy link
Author

whitch command generate it i do this commant but don't get autload script

Untitled

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

You need to fix your PHP installation (install the openssl extension) before any of this will work. You will need openssl for PHPMailer anyway, not just for composer.

@nastimch
Copy link
Author

oh okay can you give me command whitch install openssl extension for phpmailer !

@Synchro
Copy link
Member

Synchro commented Aug 23, 2021

Sorry, no, you're going to have to read some documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants