janreges / siteone-crawler

SiteOne Crawler is a cross-platform website crawler and analyzer for SEO, security, accessibility, and performance optimization—ideal for developers, DevOps, QA engineers, and consultants. Supports Windows, macOS, and Linux (x64 and arm64).
https://crawler.siteone.io/
MIT License
255 stars 17 forks source link

MailerExporter Error #28

Open blackcoffee4u opened 3 weeks ago

blackcoffee4u commented 3 weeks ago

Hallo Ján, first of all big thanks for this great crawler. I am trying to set up the Mailer for several days but I always get stuck with: If I leave the --mail-from Option empty: "MailerExporter error: Invalid response to MAIL FROM command: 555 5.5.4 Unsupported option: Crawler"

Otherwise: "MailerExporter error: Invalid response to MAIL FROM command: 555 5.5.4 Unsupported option: d****v@f**-***.**"

Example: ./crawler --url=https://p**-e**n.de --mail-to=ms@f-. --mail-from=d**v@f**-. --mail-from-name="MDEV" --mail-subject-template="ReportSite" --mail-smtp-host=.kaser.com --mail-smtp-port=25 --mail-smtp-user=d@ff**-*. --mail-smtp-pass=****

My Environment: Ubuntu 24.4 (Crawler as Git-Clone) external SMTP Server (where Port 25 is listening and open)

I would like to run the crawler as a service to send my the results several times a week.

I would be thankful for any futher hint. Kind regards Matthias

janreges commented 3 weeks ago

Hi @blackcoffee4u,

I'm glad you like the crawler :)

I'm not sure how to understand your sample command. I assume you were trying to obfuscate it.

But in principle, using the notation as in the documentation should work normally, example:

--mail-smtp-host=your.mailserver.com --mail-to=target@domain.com --mail-from=john.wick@domain.com --mail-from-name="John Wick"

janreges commented 1 week ago

Hi, @blackcoffee4u,

did my answer help you? Can we close this issue?