Smtp

Hello guys,
I have a site and added a script and in this script there is a login page, but if I create a new account, I must receive a link to activate the account, but I get an activation message on the hosting mail, so I created a special mail for my site by Yandex which is ([email protected]) and I want to link it to my site via SMTP And my script provides this feature but I don’t know how to deal with it so I want someone who understands these things and teaches me where to get the SMTP information from.

Here is an image from the SMTP admin page:

Hello, this was found from an article on mailconfigureation.com ( Yandex SMTP Settings - Configure your email client)

The outgoing SMTP server is smtp.yandex.com, and it is using the ports 465. It requires SSL.

To access the email server, enter your Yandex login and password (or use the application password if you have two-step verification enabled). If you are configuring email delivery from a mailbox such as “[email protected]”, your username is the first part of the address before the “@” sign. If you are usingYandex.Mail for Domain, enter your full email address as the login.

Note: You are using Yandex mail for domain

5 Likes

Try Gmail SMTP with https://improvmx.com/ with me worked very good

He doesn’t need to, he only wants to know the SMTP details for yandex.

Just to avoid confusion with @Greenreader9’s post, your SMTP Username is your email address (ie [email protected]) and your SMTP Password is the password you use to login into this account.

3 Likes

at me worked without problems with gmail

Yes but you cannot send emails from a PHP script using ImprovMX. Its only for email forawrding.

3 Likes

Connecting Gmail yes read this

What I said is correct!

ImprovMX does not provide SMTP. It is a mail forwarding service. Emails can only be sent to the address, not from it.

A PHP script cannot send emails as the address when its on ImprovMX.

If you don’t get what SMTP is, its the process of automatically sending an email from an address, which is what this person is trying to achieve.

5 Likes

At me worked with Gmail SMTP

Well yes, but you cannot send emails threw SMTP with ImproveMX you can only send emails from to it another account with SMTP. Please make sure what you are posting is correct before posting.
Thanks.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.