zehm / sendEmail

SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use. SendEmail is licensed under the GNU GPL, either version 2 of the License or (at your option) any later version. [Supported Platforms: Linux, BSD, OS X, Windows 98, Windows NT, Windows 2000, & Windows XP]
GNU General Public License v2.0
33 stars 17 forks source link

Notification: Sent Email Successfully but email is not receiving in the INBOX #12

Open darkhunter3301 opened 3 months ago

darkhunter3301 commented 3 months ago

Unable to receive email into the inbox. Im using the below command sendemail -xu 76158d001@smtp-brevo.com -xp pGmI8F9S6Bc3d7WB -S smtp-relay.brevo.com:587 -f noreply@altair.com -t rk3301@gmail.com -u "Job Notification" -m "Hello This is Rambo from Altair"

GWHAYWOOD commented 3 months ago

I suspect that Google (gmail) is treating the message as spam and simply dropping it. Recently they have added to their requirements for messages incoming to their servers.

Maybe you can try to send your test mail somewhere else?

Oh - I hope that you have changed that password now that you have published it!