You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the reports email are sent, the The Cal-ITP Team part of the signature is cut off.
To Reproduce
Steps to reproduce the behavior
add you email/ contact information to reports/reports/test_emails.csv
in reports/reports/config.ini , under [production], ensure email_csv_path = test_emails.csv for testing purposes
in CLI, run poetry run python generate_report_emails.py
Emails will be sent to all emails in the test_emails.csv
Expected behavior
Should receive an email from hello_calitp.org with the subject line "GTFS Quality Reports from Cal-ITP". Near the bottom of the email body, after "Thanks, ", the text should read "The Cal-ITP Team".
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When the reports email are sent, the
The Cal-ITP Team
part of the signature is cut off.To Reproduce
Steps to reproduce the behavior
reports/reports/test_emails.csv
reports/reports/config.ini
, under[production]
, ensureemail_csv_path = test_emails.csv
for testing purposesrun poetry run python generate_report_emails.py
test_emails.csv
Expected behavior
Should receive an email from hello_calitp.org with the subject line "GTFS Quality Reports from Cal-ITP". Near the bottom of the email body, after "Thanks, ", the text should read "The Cal-ITP Team".
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: