【发布时间】:2022-01-01 18:33:34
【问题描述】:
我面临以下问题:当我发送一封自动电子邮件时,字体大小从 10 变为 11。请参阅下面我正在使用的代码:
With OutlookMailitem
.To = toEmail
.CC = ccEmail & ";" & ccEmail2 & ";" & ccEmail3
.Subject = "Submit your Timesheet"
.HTMLbody = "<p style='font-family:arial;font-size:13'>" & "Hey " & toName & "," & "<br/>" & "<br/>" & "We noticed your timesheet is still open. Please submit your timesheet each Monday before 12PM. If you face any issues, do let us know." & "<br/>" & "<br/>" & "Best," & signature
.Send
End With
知道是什么原因造成的吗?非常感谢。
【问题讨论】:
标签: html email html-email