utopia-php / messaging

Lite & fast micro PHP messaging library that is **easy to use**.
MIT License
14 stars 64 forks source link

Add SMTP2GO Email adapter #42

Closed Ayaan49 closed 9 months ago

Ayaan49 commented 9 months ago

What does this PR do?

Added SMTP2GO email adapter

Test Plan

I tested the adapter code that is inside src/Utopia/Messaging/Adapters/Emai/Smtp2go.php file by creating a test file inside tests/e2e/Email/Smpt2goTest.php. I created a docker conatiner and while testing the code I am getting the following error. smtp failed

Related PRs and Issues

appwrite Issue #6404

Have you read the Contributing Guidelines on issues?

Yes.